Attempt 2

This commit is contained in:
JFronny 2021-09-27 21:18:55 +02:00
parent afe57e97eb
commit 6e7676cc86
No known key found for this signature in database
GPG Key ID: BEC5ACBBD4EE17E5
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ deploy:
stage: deploy
when: manual
script:
- gradle --build-cache modrinth curseforge
- gradle --build-cache publish modrinth curseforge
only:
- master

View File

@ -17,7 +17,7 @@ def moduleDependencies(project, List<String> depNames) {
api it
}
}
project.publishing {
/*project.publishing {
publications {
mavenJava(MavenPublication) {
pom.withXml {
@ -32,7 +32,7 @@ def moduleDependencies(project, List<String> depNames) {
}
}
}
}
}*/
}
allprojects {