Skip to content

Commit

Permalink
chore: 🔧 remove empty line in build
Browse files Browse the repository at this point in the history
  • Loading branch information
P3pp3rF1y committed Sep 16, 2024
1 parent 7ee839c commit 9d573e6
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 @@ -264,7 +264,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"))
Expand Down

0 comments on commit 9d573e6

Please sign in to comment.