gradle-js-plugin icon indicating copy to clipboard operation
gradle-js-plugin copied to clipboard

Version 1.12.1 is not available in Maven Central

Open yohanliyanage opened this issue 10 years ago • 5 comments

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.

yohanliyanage avatar Jun 13 '14 06:06 yohanliyanage

if you use this repo it seems to work: maven { url "http://repo.springsource.org/libs-milestone/" }

rvanderwerf avatar Jul 11 '14 03:07 rvanderwerf

Can confirm it's also not in http://central.maven.org/maven2/com/eriwen/gradle-js-plugin/

pmcneil avatar Jul 16 '14 13:07 pmcneil

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 avatar Aug 27 '14 18:08 eriwen

@eriwen Bintray can sync back to Maven Central.

http://blog.bintray.com/2014/02/11/bintray-as-pain-free-gateway-to-maven-central/

ldaley avatar Aug 27 '14 23:08 ldaley

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 :-/

djKianoosh avatar Feb 25 '15 18:02 djKianoosh