We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad5105 commit 35edf15Copy full SHA for 35edf15
1 file changed
build.gradle
@@ -4,7 +4,9 @@ plugins {
4
}
5
6
java.toolchain.languageVersion = JavaLanguageVersion.of(21)
7
-
+jar {
8
+ exclude 'dev/**'
9
+}
10
dependencies {
11
implementation "net.neoforged:neoforge:${neo_version}"
12
compileOnly files("sable.jar")
0 commit comments