This commit is contained in:
@@ -9,7 +9,7 @@ pluginManagement {
|
||||
includeModule 'net.woggioni.gradle', 'multi-release-jar'
|
||||
includeModule 'net.woggioni.gradle.multi-release-jar', 'net.woggioni.gradle.multi-release-jar.gradle.plugin'
|
||||
}
|
||||
url = 'https://woggioni.net/mvn/'
|
||||
url = getProperty('gitea.maven.url')
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -17,7 +17,7 @@ pluginManagement {
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
maven {
|
||||
url = 'https://woggioni.net/mvn/'
|
||||
url = getProperty('gitea.maven.url')
|
||||
content {
|
||||
includeGroup 'com.lys'
|
||||
}
|
||||
|
Reference in New Issue
Block a user