We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3567b commit ce4ff94Copy full SHA for ce4ff94
1 file changed
gradle/deploy.gradle
@@ -3,7 +3,7 @@ apply plugin: 'maven'
3
curseforge {
4
if(project.hasProperty("curseforge_key") && project.hasProperty("changelog")) {
5
apiKey = project.curseforge_key
6
- } else if(System.getenv().TRAVIS) {
+ } else if(System.getenv().TRAVIS && System.getenv().CURSEFORGE_KEY_SECRET) {
7
apiKey = System.getenv().CURSEFORGE_KEY_SECRET
8
} else {
9
apiKey = "DUMMY"
0 commit comments