-
Notifications
You must be signed in to change notification settings - Fork 6
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
base: master
Are you sure you want to change the base?
Conversation
} | ||
} | ||
|
||
// Used for "gradle install" |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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
There was a problem hiding this 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
It builds and publishes to maven local, but I didn't try publishing to Sonatype repo. |
maven
plugin has been deprecated in Gradle 7.