Skip to content

Commit

Permalink
Fixed building without secrets.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
craftycorvid committed Jun 14, 2024
1 parent 78cf66b commit a35446a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ group = project.maven_group
if (file('secrets.gradle').exists()) {
apply from: 'secrets.gradle'
} else {
project.ext.curseApiKey = null
project.ext.modrinthToken = null
project.ext.curseApiKey = ''
project.ext.modrinthToken = ''
}

loom {
Expand Down

0 comments on commit a35446a

Please sign in to comment.