File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -65,19 +65,11 @@ archivesBaseName = mod_id
6565java. toolchain. languageVersion = JavaLanguageVersion . of(17 )
6666sourceSets {
6767 api {
68- java {
69- srcDir " src/api/java"
70- }
71-
7268 resources. srcDirs = []
7369 compileClasspath + = configurations. getByName(" minecraft" )
7470 }
7571
7672 datagen {
77- java {
78- srcDir " src/datagen/java"
79- }
80-
8173 compileClasspath + = configurations. getByName(" minecraft" )
8274 compileClasspath + = sourceSets. api. output
8375 runtimeClasspath + = sourceSets. api. output
@@ -86,10 +78,6 @@ sourceSets {
8678 }
8779
8880 tunnels {
89- java {
90- srcDir(" src/main/tunnels" )
91- }
92-
9381 compileClasspath + = configurations. getByName(" minecraft" )
9482 compileClasspath + = sourceSets. api. output
9583 runtimeClasspath + = sourceSets. api. output
You can’t perform that action at this time.
0 commit comments