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 d55bfe5 commit 430f5e1Copy full SHA for 430f5e1
build.gradle
@@ -197,13 +197,15 @@ curseforge {
197
releaseType = "${cf_release_type}"
198
changelogType = "markdown"
199
changelog = file("changelog/CHANGELOG.md")
200
+
201
+ mainArtifact jar
202
}
203
204
options {
- debug = true // defaults to false
- javaVersionAutoDetect = true // defaults to true
205
- javaIntegration = true // defaults to true
206
- forgeGradleIntegration = true // defaults to true
+ debug = true
+ javaVersionAutoDetect = true
207
+ javaIntegration = true
208
+ forgeGradleIntegration = false
209
210
211
0 commit comments