-
Notifications
You must be signed in to change notification settings - Fork 132
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
Removed oss-library-gradle-plugin with maven-publish #664
Conversation
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.
❤️ I love getting rid of the plugin, or at least the publishing pieces of it! My only question would be that since we have many java SDKs, it seems like there will be a lot of common build script code replicated across the libraries. Just wondering if there's a way to reuse that code, e.g., maybe in an updated plugin that only has that shared code. But I will let you and the team make that decision 👍
id 'com.auth0.gradle.oss-library.java' | ||
id 'me.champeau.gradle.japicmp' version '0.2.9' | ||
// id 'java-gradle-plugin' | ||
// id "com.gradle.plugin-publish" version "0.12.0" |
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.
any reason to keep these commented-out lines?
} | ||
|
||
repositories { | ||
// jcenter() | ||
// google() | ||
// gradlePluginPortal() |
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.
can we remove these commented lines?
This PR is not being used. Refer - #665 |
Changes
References
Please include relevant links supporting this change such as a: