We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c21ec commit b09e0f7Copy full SHA for b09e0f7
1 file changed
build.gradle
@@ -65,19 +65,11 @@ archivesBaseName = mod_id
65
java.toolchain.languageVersion = JavaLanguageVersion.of(17)
66
sourceSets {
67
api {
68
- java {
69
- srcDir "src/api/java"
70
- }
71
-
72
resources.srcDirs = []
73
compileClasspath += configurations.getByName("minecraft")
74
}
75
76
datagen {
77
78
- srcDir "src/datagen/java"
79
80
81
82
compileClasspath += sourceSets.api.output
83
runtimeClasspath += sourceSets.api.output
@@ -86,10 +78,6 @@ sourceSets {
86
87
88
tunnels {
89
90
- srcDir("src/main/tunnels")
91
92
93
94
95
0 commit comments