gmazzo/gradle-buildconfig-plugin

jcenter

beng-bts opened this issue · 2 comments

jcenter() is down, as such my builds are failing due to artifacts from the recent 3.0.3 buildconfig maven that I download from mavenCentral()

can you please publish a 3.0.4 on maven central which doesn't depend on jcenter?

thanks in advance

looks like jcenter had a blip yesterday - however, according to what I've seen on the internet it is due to be switched off on 1 feb 2022

A colleague helped me fix this. In fact it's not your project, I think it's to do with some of the below as commenting these lines out allowed the build config plugin to work.

//mavenLocal()
//maven {
// url = uri("http://oss.sonatype.org/content/repositories/snapshots/") // for snapshots of vertx, should you want to use these
// url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/") // same
// url = uri("https://plugins.gradle.org/m2/")
//}