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 d1c7147 commit 7745fa4Copy full SHA for 7745fa4
neoforge-main/build.gradle.kts
@@ -228,11 +228,6 @@ tasks.withType<ProcessResources>().configureEach {
228
}
229
230
231
-tasks.jar {
232
- from(sourceSets.main.get().output)
233
- from(coreApi.sourceSets.main.get().output)
234
-}
235
-
236
val PACKAGES_URL = System.getenv("GH_PKG_URL") ?: "https://maven.pkg.github.com/compactmods/compactmachines"
237
publishing {
238
publications.register<MavenPublication>("compactmachines") {
0 commit comments