Attempt to fix compilation errors

This commit is contained in:
Telesphoreo 2022-05-08 21:12:15 -05:00
parent 9eb85613f9
commit 10e4a66d20
No known key found for this signature in database
GPG Key ID: 5ACFFC4682CF849B

View File

@ -22,6 +22,7 @@ dependencies {
compileOnly("dev.plex:server:1.1-SNAPSHOT") compileOnly("dev.plex:server:1.1-SNAPSHOT")
compileOnly("dev.morphia.morphia:morphia-core:2.2.6") compileOnly("dev.morphia.morphia:morphia-core:2.2.6")
compileOnly("org.json:json:20220320") compileOnly("org.json:json:20220320")
implementation("org.jetbrains:annotations:23.0.0")
} }
group = "dev.plex" group = "dev.plex"