diff --git a/build.gradle b/build.gradle index 66a32f9..31057c0 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ dependencies { testCompile group: 'junit', name: 'junit', version: '4.12' compileOnly "com.destroystokyo.paper:paper-api:1.14.4-R0.1-SNAPSHOT" compileOnly "org.dynmap:dynmap-api:2.0" - compile group: 'org.xerial', name: 'sqlite-jdbc', version: '3.28.0' + compileOnly group: 'org.xerial', name: 'sqlite-jdbc', version: '3.28.0' compile "io.papermc:paperlib:1.0.2" compile "org.bstats:bstats-bukkit:1.5" } diff --git a/src/main/kotlin/net/trivernis/chunkmaster/lib/dynmap/DynmapApiWrapper.kt b/src/main/kotlin/net/trivernis/chunkmaster/lib/dynmap/DynmapApiWrapper.kt new file mode 100644 index 0000000..51c0992 --- /dev/null +++ b/src/main/kotlin/net/trivernis/chunkmaster/lib/dynmap/DynmapApiWrapper.kt @@ -0,0 +1,4 @@ +package net.trivernis.chunkmaster.lib.dynmap + +class DynmapApiWrapper { +} \ No newline at end of file