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 02af394 commit 5892742Copy full SHA for 5892742
1 file changed
buildSrc/src/main/kotlin/dev/engine_room/gradle/jarset/JarTaskSet.kt
@@ -60,6 +60,11 @@ class JarTaskSet(
60
val config = project.configurations.register(name) {
61
isCanBeConsumed = true
62
isCanBeResolved = false
63
+
64
+ outgoing {
65
+ capabilities.clear()
66
+ capability("${project.group}:flywheel-${project.name}-${project.rootProject.property("minecraft_version")}:${project.version}")
67
+ }
68
}
69
70
project.artifacts.add(config.name, remapJar)
0 commit comments