+1
-1
@@ -4,7 +4,7 @@ org.gradle.caching=true
|
|||||||
|
|
||||||
rbcs.version = 0.5.1
|
rbcs.version = 0.5.1
|
||||||
|
|
||||||
lys.version = 2026.05.27
|
lys.version = 2026.06.08
|
||||||
|
|
||||||
gitea.maven.url = https://gitea.woggioni.net/api/packages/woggioni/maven
|
gitea.maven.url = https://gitea.woggioni.net/api/packages/woggioni/maven
|
||||||
docker.registry.url=gitea.woggioni.net
|
docker.registry.url=gitea.woggioni.net
|
||||||
|
|||||||
+5
-3
@@ -7,9 +7,9 @@ pluginManagement {
|
|||||||
// includeGroup 'net.woggioni.gradle.finalguard'
|
// includeGroup 'net.woggioni.gradle.finalguard'
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
maven {
|
// maven {
|
||||||
url = getProperty('gitea.maven.url')
|
// url = getProperty('gitea.maven.url')
|
||||||
}
|
// }
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -26,6 +26,8 @@ dependencyResolutionManagement {
|
|||||||
versionCatalogs {
|
versionCatalogs {
|
||||||
catalog {
|
catalog {
|
||||||
from group: 'com.lys', name: 'lys-catalog', version: getProperty('lys.version')
|
from group: 'com.lys', name: 'lys-catalog', version: getProperty('lys.version')
|
||||||
|
version('my-gradle-plugins', '2026.06.09')
|
||||||
|
version('netty', '4.2.14.Final')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user