Skip to content
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

Fix gradle classpath name #2

Open
w1nston opened this issue Oct 6, 2016 · 1 comment
Open

Fix gradle classpath name #2

w1nston opened this issue Oct 6, 2016 · 1 comment

Comments

@w1nston
Copy link
Contributor

w1nston commented Oct 6, 2016

The build script is naming the classpath with classpath gradle.plugin.com.etraveli.gradle.plugin:bom-verifier:1.0.1" that's one gradle.plugin too many.

@npetzall
Copy link

npetzall commented Oct 10, 2016

Might be a missing inside the plugin-plugin

mavenCoordinates {
  groupId = 'com.etraveli'  
  artifactId = 'bom-verifier'  
}

But this seems to require manual approval and that the plugin is published to bintray.
We should also remove the mavenCentral() repository since only jCenter is used when applied using the plugins api.

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

No branches or pull requests

2 participants