Skip to content

migrate to maven-publish plugin #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

StanislavKlenin
Copy link
Contributor

maven plugin has been deprecated in Gradle 7.

}
}

// Used for "gradle install"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gradle install no longer exists, publishToMavenLocal is used instead

}
}

configure(install.repositories.mavenInstaller) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gradle install no longer exists, publishToMavenLocal is used instead

Copy link
Member

@snowell snowell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Presuming that you used it and it worked, LGTM

@StanislavKlenin
Copy link
Contributor Author

Presuming that you used it and it worked, LGTM

It builds and publishes to maven local, but I didn't try publishing to Sonatype repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants