gradle-js-plugin
gradle-js-plugin copied to clipboard
Version 1.12.1 is not available in Maven Central
I'm trying to use version 1.12.1 (as indicated in the ReadMe.MD) but the build fails since this artifact seems to be not available in Maven Central. A quick look at http://maven-repository.com/artifact/com.eriwen/gradle-js-plugin confirms the same.
if you use this repo it seems to work: maven { url "http://repo.springsource.org/libs-milestone/" }
Can confirm it's also not in http://central.maven.org/maven2/com/eriwen/gradle-js-plugin/
I moved to Bintray to support the Gradle Plugin Portal.
I could be convinced to push new releases to Maven Central if there's significant interest. Project README has been updated
@eriwen Bintray can sync back to Maven Central.
http://blog.bintray.com/2014/02/11/bintray-as-pain-free-gateway-to-maven-central/
It would be nice for this to be in maven central. our in house Nexus repo automatically grabs from maven central if a jar isn't there and we're behind a proxy so internal Nexus is all we got :-/