Skip to content

Commit b09e0f7

Browse files
committed
Clean up gradle source folders
1 parent e5c21ec commit b09e0f7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

build.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,11 @@ archivesBaseName = mod_id
6565
java.toolchain.languageVersion = JavaLanguageVersion.of(17)
6666
sourceSets {
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

0 commit comments

Comments
 (0)