nilsmagnus / wsdl2java

Gradle plugin for generating java source from wsdl files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not resolve no.nils:wsdl2java:0.12 Jcenter down

vivekbdh opened this issue · comments

I'm unable to download wsdl2java dependancy from jcenter.bintray.com

  > Could not resolve no.nils:wsdl2java:0.12.
     Required by:
         project :brp
      > Could not resolve no.nils:wsdl2java:0.12.
         > Could not get resource 'https://plugins.gradle.org/m2/no/nils/wsdl2java/0.12/wsdl2java-0.12.module'.
            > Could not GET 'https://jcenter.bintray.com/no/nils/wsdl2java/0.12/wsdl2java-0.12.module'. Received status code 502 from server: Bad Gateway

You can use

buildscript {
  repositories {
    maven {
      url "https://plugins.gradle.org/m2/"
    }
  }