-
Notifications
You must be signed in to change notification settings - Fork 4
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
Remove bamboo specific stuff #79
Conversation
@calvertdw Sorry, didn't mean to add you yet |
be30c25
to
37bde13
Compare
@@ -49,98 +48,35 @@ open class IHMCBuildExtension(val project: Project) | |||
private val snapshotModeProperty: Boolean | |||
private val publishUrlProperty: String | |||
private val ciDatabaseUrlProperty: String | |||
private val nexusUrlProperty = IHMCBuildTools.nexusUrlCompatibility(project.extra) |
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 don't understand this, and a little worried
|
||
private var ihmcNexusUrl = "https://nexus.ihmc.us" | ||
private var ihmcNexusUsername: String | ||
private var ihmcNexusPassword: String |
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.
Why the rename with the ihmc prefix?
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.
Because it's specifically ihmc's Nexus instance
37bde13
to
59a2445
Compare
I put the remove JCenter on develop, since that one is a known isolated good thing |
Changes: