Skip to content

Commit

Permalink
chore: 🔧 Remove debug on CF upload
Browse files Browse the repository at this point in the history
  • Loading branch information
P3pp3rF1y committed Sep 16, 2024
1 parent 5c1b28d commit 8d45b96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ task generateChangelog {
task curseforge(type: net.darkhax.curseforgegradle.TaskPublishCurseForge) {
dependsOn 'generateChangelog'

debugMode = true
apiToken = System.getenv("CURSEFORGE_TOkEN")
def mainFile = upload(project.curseforge_id, file("${project.buildDir}/libs/${archivesBaseName}-${version}.jar"))
mainFile.changelogType = 'markdown'
Expand Down

0 comments on commit 8d45b96

Please sign in to comment.