mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
Update dependencies
This commit is contained in:
parent
5b8854b7fe
commit
90c2426987
@ -33,7 +33,7 @@ dependencies {
|
|||||||
library 'commons-io:commons-io:2.11.0'
|
library 'commons-io:commons-io:2.11.0'
|
||||||
library 'dev.morphia.morphia:morphia-core:2.2.3'
|
library 'dev.morphia.morphia:morphia-core:2.2.3'
|
||||||
library 'redis.clients:jedis:4.1.1'
|
library 'redis.clients:jedis:4.1.1'
|
||||||
library 'org.mariadb.jdbc:mariadb-java-client:2.7.4'
|
library 'org.mariadb.jdbc:mariadb-java-client:3.0.3'
|
||||||
library 'org.apache.httpcomponents:httpclient:4.5.13'
|
library 'org.apache.httpcomponents:httpclient:4.5.13'
|
||||||
compileOnly 'io.papermc.paper:paper-api:1.18.1-R0.1-SNAPSHOT'
|
compileOnly 'io.papermc.paper:paper-api:1.18.1-R0.1-SNAPSHOT'
|
||||||
implementation 'org.bstats:bstats-base:3.0.0'
|
implementation 'org.bstats:bstats-base:3.0.0'
|
||||||
@ -58,7 +58,7 @@ bukkit {
|
|||||||
version = rootProject.version
|
version = rootProject.version
|
||||||
description = "Plex provides a new experience for freedom servers."
|
description = "Plex provides a new experience for freedom servers."
|
||||||
main = "dev.plex.Plex"
|
main = "dev.plex.Plex"
|
||||||
website = "https://telesphoreo.me"
|
website = "https://plex.us.org"
|
||||||
authors = ["Telesphoreo", "taahanis", "super"]
|
authors = ["Telesphoreo", "taahanis", "super"]
|
||||||
apiVersion = "1.18"
|
apiVersion = "1.18"
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1 @@
|
|||||||
/*
|
|
||||||
* This file was generated by the Gradle 'init' task.
|
|
||||||
*/
|
|
||||||
|
|
||||||
rootProject.name = 'Plex'
|
rootProject.name = 'Plex'
|
||||||
|
Loading…
Reference in New Issue
Block a user