File tree 2 files changed +1
-7
lines changed
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' fabric-loom' version ' 1.6.11 '
2
+ id ' fabric-loom' version ' 1.9-SNAPSHOT '
3
3
}
4
4
5
5
archivesBaseName = " Dynmap"
@@ -36,9 +36,6 @@ dependencies {
36
36
37
37
modCompileOnly " me.lucko:fabric-permissions-api:0.1-SNAPSHOT"
38
38
compileOnly ' net.luckperms:api:5.4'
39
-
40
- // implementation 'org.xerial:sqlite-jdbc:3.30.1'
41
- shadow group : ' org.xerial' , name : ' sqlite-jdbc' , version : ' 3.30.1'
42
39
}
43
40
44
41
loom {
Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ dependencies {
36
36
37
37
modCompileOnly " me.lucko:fabric-permissions-api:0.1-SNAPSHOT"
38
38
compileOnly ' net.luckperms:api:5.4'
39
-
40
- // implementation 'org.xerial:sqlite-jdbc:3.30.1'
41
- shadow group : ' org.xerial' , name : ' sqlite-jdbc' , version : ' 3.30.1'
42
39
}
43
40
44
41
loom {
You can’t perform that action at this time.
0 commit comments