File tree Expand file tree Collapse file tree 4 files changed +3
-11
lines changed
buildSrc/src/main/kotlin/com/dfsek/terra Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ fun Project.configureDependencies() {
33
33
dependencies {
34
34
" testImplementation" (" org.junit.jupiter:junit-jupiter-api:5.7.0" )
35
35
" testImplementation" (" org.junit.jupiter:junit-jupiter-engine:5.7.0" )
36
- " api " (" org.jetbrains:annotations:20.1.0" )
36
+ " compileOnly " (" org.jetbrains:annotations:20.1.0" )
37
37
}
38
38
}
Original file line number Diff line number Diff line change @@ -123,12 +123,7 @@ fun Project.configureDistribution() {
123
123
archiveClassifier.set(" shaded" )
124
124
setVersion(project.version)
125
125
relocate(" org.apache.commons" , " com.dfsek.terra.lib.commons" )
126
- relocate(" net.jafama" , " com.dfsek.terra.lib.jafama" )
127
126
relocate(" org.objectweb.asm" , " com.dfsek.terra.lib.asm" )
128
- relocate(" com.google.errorprone" , " com.dfsek.terra.lib.google.errorprone" )
129
- relocate(" com.google.j2objc" , " com.dfsek.terra.lib.google.j2objc" )
130
- relocate(" org.checkerframework" , " com.dfsek.terra.lib.checkerframework" )
131
- relocate(" org.javax.annotation" , " com.dfsek.terra.lib.javax.annotation" )
132
127
relocate(" org.json" , " com.dfsek.terra.lib.json" )
133
128
relocate(" org.yaml" , " com.dfsek.terra.lib.yaml" )
134
129
}
Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ dependencies {
19
19
" shadedApi" (" com.dfsek.tectonic:yaml:2.1.2" )
20
20
21
21
" shadedApi" (" net.jafama:jafama:2.3.2" )
22
- " shadedApi" (" org.yaml:snakeyaml:1.27" )
23
- " shadedApi" (" org.ow2.asm:asm:9.0" )
24
-
25
22
26
23
" compileOnly" (" com.google.guava:guava:30.0-jre" )
27
24
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ dependencies {
18
18
" shadedApi" (project(" :common:loader:addon" ))
19
19
20
20
" shadedApi" (" org.apache.commons:commons-rng-core:1.3" )
21
-
22
21
" shadedApi" (" commons-io:commons-io:2.6" )
23
-
24
22
" shadedImplementation" (" org.apache.commons:commons-text:1.9" )
25
23
24
+ " shadedImplementation" (" org.yaml:snakeyaml:1.27" )
25
+ " shadedImplementation" (" org.ow2.asm:asm:9.0" )
26
26
27
27
" compileOnly" (" com.google.guava:guava:30.0-jre" )
28
28
You can’t perform that action at this time.
0 commit comments