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 32de9be commit 1b7db76Copy full SHA for 1b7db76
1 file changed
build.gradle.kts
@@ -60,6 +60,10 @@ dependencies {
60
}
61
62
63
+java {
64
+ withSourcesJar()
65
+}
66
+
67
tasks {
68
processResources {
69
val modId: String by project
0 commit comments