migrated to gitea
All checks were successful
CI / build (push) Successful in 9s

This commit is contained in:
2024-04-04 07:01:28 +08:00
parent 545140ae1d
commit ea7a077699
3 changed files with 7 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ allprojects {
repositories { repositories {
maven { maven {
url = 'https://woggioni.net/mvn' url = getProperty('gitea.maven.url')
} }
mavenCentral() mavenCentral()
} }
@@ -57,7 +57,7 @@ publishing {
} }
maven { maven {
name = "Gitea" name = "Gitea"
url = uri("https://gitea.woggioni.net/api/packages/woggioni/maven") url = uri(getProperty('gitea.maven.url'))
credentials(HttpHeaderCredentials) { credentials(HttpHeaderCredentials) {
name = "Authorization" name = "Authorization"

View File

@@ -1,2 +1,3 @@
wdi.version=2024.03.23 wdi.version=2024.04.04
lys.version=2024.03.12 lys.version=2024.04.04
gitea.maven.url = https://gitea.woggioni.net/api/packages/woggioni/maven

View File

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