migrated to Gitea
All checks were successful
CI / build (push) Successful in 59s

This commit is contained in:
2024-04-14 17:16:35 +08:00
parent 88c51710f4
commit e71f2b013e
6 changed files with 68 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
pluginManagement {
repositories {
maven {
url = 'https://woggioni.net/mvn/'
url = getProperty('gitea.maven.url')
content {
includeModule 'net.woggioni.gradle', 'envelope'
includeModule 'net.woggioni.gradle.envelope', 'net.woggioni.gradle.envelope.gradle.plugin'
@@ -18,7 +18,7 @@ pluginManagement {
dependencyResolutionManagement {
repositories {
maven {
url = 'https://woggioni.net/mvn/'
url = getProperty('gitea.maven.url')
content {
includeGroup 'com.lys'
}