fixed bug with resource handling

This commit is contained in:
2022-06-27 17:21:23 +08:00
parent 01ff2bae71
commit 6f294d4dd7
9 changed files with 124 additions and 112 deletions

View File

@@ -105,11 +105,6 @@ publishing {
url = publishMavenRepositoryUrl
}
}
publications {
maven(MavenPublication) {
from(components["java"])
}
}
}
wrapper {