migrated to gitea

This commit is contained in:
2024-04-04 06:04:13 +08:00
parent bc92b75136
commit ec22629d00
5 changed files with 60 additions and 41 deletions

View File

@@ -2,25 +2,6 @@ plugins {
id "java-gradle-plugin"
}
childProjects.forEach {name, child ->
child.with {
apply plugin: 'maven-publish'
publishing {
repositories {
maven {
url = woggioniMavenRepositoryUrl
}
}
publications {
maven(MavenPublication) {
from(components["java"])
}
}
}
}
}
evaluationDependsOnChildren()
configurations {