Skip to content

Commit ec32fbd

Browse files
committed
bundle config lib directly
1 parent a588aee commit ec32fbd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ base {
1313
repositories {
1414
maven { url 'https://jitpack.io' }
1515
maven { url 'https://api.modrinth.com/maven' }
16+
maven { url 'https://maven.quiltmc.org/repository/release/' }
1617
}
1718

1819
loom {
@@ -49,7 +50,9 @@ dependencies {
4950
modImplementation include("org.java-websocket:Java-WebSocket:1.5.2")
5051
modImplementation include("com.google.code.gson:gson:2.10.1")
5152
modImplementation include("com.neovisionaries:nv-websocket-client:2.14")
52-
modImplementation "maven.modrinth:yacl:3.8.2+1.21.11-fabric"
53+
modImplementation include("maven.modrinth:yacl:3.8.2+1.21.11-fabric")
54+
modImplementation include("org.quiltmc.parsers:json:0.3.1")
55+
modImplementation include("org.quiltmc.parsers:gson:0.3.1")
5356
}
5457

5558
processResources {

0 commit comments

Comments
 (0)