ngbinh / gradle-scalastyle-plugin

Gradle plugin for scalastyle
18 stars 16 forks source link

gradle-scalastyle-plugin_2.12 not showing up in jcenter #39

Open wheelerlaw opened 6 years ago

wheelerlaw commented 6 years ago

I can see it here: https://bintray.com/ngbinh/maven/gradle-scalastyle-plugin_2.12 But it doesn't show up where gradle itself will look for it: https://jcenter.bintray.com/org/github/ngbinh/scalastyle/

cristamd commented 6 years ago

I changed my dependency to classpath "org.github.ngbinh.scalastyle:gradle-scalastyle-plugin_2.12:1.0.0" and added https://dl.bintray.com/ngbinh/maven/ to our list of proxied repos in Nexus and it worked. I'd imagine you could just add that repository to your Gradle configuration and have that work as well.