bailuk / java-gtk

GTK bindings for Java
MIT License
108 stars 8 forks source link

Can't build on clean machine due to jcenter redirect #21

Closed scf37 closed 1 year ago

scf37 commented 1 year ago

Fix is to add pluginManagement to settings.gradle.kts

pluginManagement {
    repositories {
        mavenCentral()
        gradlePluginPortal()
    }
}

See https://github.com/gradle/gradle/issues/15406

bailuk commented 1 year ago

I cannot reproduce this with current master (release 0.40) and gradle wrapper (version 8.1). Does this problem still persist? If so, how can it be reproduced?

scf37 commented 1 year ago

Can't reproduce it as well, can be closed I guess