Shading issue

This commit is contained in:
2026-05-28 13:50:25 -04:00
parent 3c72688e0e
commit 8b2ca5e072
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ plugins {
} }
dependencies { dependencies {
api("com.j256.ormlite:ormlite-core:6.1") compileOnlyApi("com.j256.ormlite:ormlite-core:6.1")
api("com.google.code.gson:gson:2.13.2") api("com.google.code.gson:gson:2.13.2")
compileOnly("io.papermc.paper:paper-api:26.1.2.build.+") compileOnly("io.papermc.paper:paper-api:26.1.2.build.+")
+1
View File
@@ -28,6 +28,7 @@ dependencies {
library("org.postgresql:postgresql:42.7.11") library("org.postgresql:postgresql:42.7.11")
library("org.xerial:sqlite-jdbc:3.53.1.0") library("org.xerial:sqlite-jdbc:3.53.1.0")
library("com.zaxxer:HikariCP:7.0.2") library("com.zaxxer:HikariCP:7.0.2")
library("com.j256.ormlite:ormlite-core:6.1")
library("com.j256.ormlite:ormlite-jdbc:6.1") library("com.j256.ormlite:ormlite-jdbc:6.1")
library("org.jetbrains:annotations:26.1.0") library("org.jetbrains:annotations:26.1.0")
compileOnly("io.papermc.paper:paper-api:${paperApiVersion}.build.+") compileOnly("io.papermc.paper:paper-api:${paperApiVersion}.build.+")