Remove dependence on Nexus in build.gradle file

This commit is contained in:
Mihailo Marcetic 2025-02-11 17:47:13 +01:00
parent 22eac78c28
commit a8b3245c21

View file

@ -28,10 +28,6 @@ java {
}
repositories {
maven {
url 'http://localhost:8081/repository/maven-central/'
allowInsecureProtocol = true
}
mavenCentral()
}