Attempt at fixing empty jar

This commit is contained in:
JFronny 2021-10-09 13:29:46 +02:00
parent 2f596bed1b
commit a77d6ef17c
No known key found for this signature in database
GPG Key ID: BEC5ACBBD4EE17E5
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -271,7 +271,7 @@ task modrinth(type: TaskModrinthUpload, dependsOn: remapJar) {
projectId = "WKwQAwke"
versionNumber = version
versionName = "[${project.minecraft_version}] ${project.mod_version}"
uploadFile = remapJar
uploadFile = file("${project.buildDir}/libs/${archivesBaseName}-${version}.jar")
addGameVersion("${project.minecraft_version}")
addLoader('fabric')
}

View File

@ -6,7 +6,7 @@ minecraft_version=1.17.1
yarn_mappings=build.61
loader_version=0.12.1
# Mod Properties
mod_version=2.0
mod_version=2.0.1
maven_group=io.gitlab.jfronny
archives_base_name=libjf