Fix merge of sqlite (we don't do that...)
This commit is contained in:
parent
ad5cff1180
commit
ccc5825c39
2 changed files with 1 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
plugins {
|
plugins {
|
||||||
id 'fabric-loom' version '1.6.11'
|
id 'fabric-loom' version '1.9-SNAPSHOT'
|
||||||
}
|
}
|
||||||
|
|
||||||
archivesBaseName = "Dynmap"
|
archivesBaseName = "Dynmap"
|
||||||
|
|
@ -36,9 +36,6 @@ dependencies {
|
||||||
|
|
||||||
modCompileOnly "me.lucko:fabric-permissions-api:0.1-SNAPSHOT"
|
modCompileOnly "me.lucko:fabric-permissions-api:0.1-SNAPSHOT"
|
||||||
compileOnly 'net.luckperms:api:5.4'
|
compileOnly 'net.luckperms:api:5.4'
|
||||||
|
|
||||||
//implementation 'org.xerial:sqlite-jdbc:3.30.1'
|
|
||||||
shadow group: 'org.xerial', name: 'sqlite-jdbc', version: '3.30.1'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
loom {
|
loom {
|
||||||
|
|
|
||||||
|
|
@ -36,9 +36,6 @@ dependencies {
|
||||||
|
|
||||||
modCompileOnly "me.lucko:fabric-permissions-api:0.1-SNAPSHOT"
|
modCompileOnly "me.lucko:fabric-permissions-api:0.1-SNAPSHOT"
|
||||||
compileOnly 'net.luckperms:api:5.4'
|
compileOnly 'net.luckperms:api:5.4'
|
||||||
|
|
||||||
//implementation 'org.xerial:sqlite-jdbc:3.30.1'
|
|
||||||
shadow group: 'org.xerial', name: 'sqlite-jdbc', version: '3.30.1'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
loom {
|
loom {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue