mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-01-20 14:41:35 +01:00
Fix merge of sqlite (we don't do that...)
This commit is contained in:
parent
ad5cff1180
commit
ccc5825c39
@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id 'fabric-loom' version '1.6.11'
|
||||
id 'fabric-loom' version '1.9-SNAPSHOT'
|
||||
}
|
||||
|
||||
archivesBaseName = "Dynmap"
|
||||
@ -36,9 +36,6 @@ dependencies {
|
||||
|
||||
modCompileOnly "me.lucko:fabric-permissions-api:0.1-SNAPSHOT"
|
||||
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 {
|
||||
|
@ -36,9 +36,6 @@ dependencies {
|
||||
|
||||
modCompileOnly "me.lucko:fabric-permissions-api:0.1-SNAPSHOT"
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user