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 stage: deploy
when: manual when: manual
script: script:
- gradle --build-cache modrinth curseforge - gradle --build-cache publish modrinth curseforge
only: only:
- master - master

View File

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