mirror of
https://github.com/plexusorg/Plex.git
synced 2026-06-04 05:26:55 +00:00
Shading issue
This commit is contained in:
@@ -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.+")
|
||||||
|
|||||||
@@ -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.+")
|
||||||
|
|||||||
Reference in New Issue
Block a user