migrated to gitea
Some checks failed
CI / build (push) Failing after 2m27s

This commit is contained in:
2024-04-04 06:04:13 +08:00
parent bc92b75136
commit 41885f50ba
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 {