Skip to content

Commit 62eb9d8

Browse files
committed
use local build dir
1 parent 4e2e065 commit 62eb9d8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

java/build.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -110,20 +110,9 @@ publishing {
110110

111111

112112
repositories {
113-
// Veröffentlichung in ein internes lokales Verzeichnis (nur optional)
114113
maven {
115114
url = layout.buildDirectory.dir('repos/releases')
116115
}
117-
118-
// Maven Central
119-
maven {
120-
name = "mavenCentral"
121-
url = "https://repo.maven.apache.org/maven2"
122-
credentials {
123-
username = findProperty("mavenCentralUsername") ?: ""
124-
password = findProperty("mavenCentralPassword") ?: ""
125-
}
126-
}
127116
}
128117
}
129118

0 commit comments

Comments
 (0)