Skip to content

Commit 21db4f4

Browse files
committed
i love when gradle just ignores my commands
1 parent 892474c commit 21db4f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@ publishing {
183183
}
184184
}
185185
}
186-
187-
if(project.hasProperty("modrinthToken")) {
186+
if(hasProperty('modrinthToken')) {
188187
modrinth {
189188
token = modrinthToken
190189
projectId = "halplibe" // This can be the project ID or the slug. Either will work!

0 commit comments

Comments
 (0)