File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,13 @@ description = "Speed up the loading of your world."
10
10
11
11
repositories {
12
12
mavenCentral()
13
- maven(" https://maven.fabricmc.net/" )
14
- maven(" https://maven.minecraftforge.net/" )
15
- maven(" https://libraries.minecraft.net/" )
13
+ maven(" https://repo.spongepowered.org/repository/maven-public/" )
16
14
}
17
15
18
16
dependencies {
19
- val log4j = project.properties[" log4j" ]
20
- val mixin = project.properties[" mixin" ]
21
17
compileOnly(project(" :loaders" ))
22
- compileOnly(" org.apache.logging.log4j:log4j-api:${log4j} " )
23
- compileOnly(" org.spongepowered:mixin:${mixin} " )
18
+ compileOnly(" org.apache.logging.log4j:log4j-api:2.22.1 " )
19
+ compileOnly(" org.spongepowered:mixin:0.8.5 " )
24
20
}
25
21
26
22
tasks.withType<JavaCompile > {
Original file line number Diff line number Diff line change @@ -5,7 +5,3 @@ org.gradle.caching=true
5
5
6
6
# Mod
7
7
version =1.2.3-SNAPSHOT
8
-
9
- # Dependencies
10
- log4j =2.22.1
11
- mixin =0.8.5
You can’t perform that action at this time.
0 commit comments