Skip to content

Commit 430f5e1

Browse files
committed
Switch to specifying jar manually
1 parent d55bfe5 commit 430f5e1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

build.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,15 @@ curseforge {
197197
releaseType = "${cf_release_type}"
198198
changelogType = "markdown"
199199
changelog = file("changelog/CHANGELOG.md")
200+
201+
mainArtifact jar
200202
}
201203

202204
options {
203-
debug = true // defaults to false
204-
javaVersionAutoDetect = true // defaults to true
205-
javaIntegration = true // defaults to true
206-
forgeGradleIntegration = true // defaults to true
205+
debug = true
206+
javaVersionAutoDetect = true
207+
javaIntegration = true
208+
forgeGradleIntegration = false
207209
}
208210
}
209211

0 commit comments

Comments
 (0)