tmp3
CI / build (push) Failing after 12s

This commit is contained in:
2026-06-12 07:41:20 +08:00
parent 4037ac9ddc
commit 20e79b70bf
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -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
View File
@@ -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')
} }
} }
} }