Update for newest version of Plex

This commit is contained in:
2023-09-08 18:53:25 -05:00
parent 291bea232f
commit ff765efd2d
5 changed files with 13 additions and 9 deletions

View File

@ -19,7 +19,7 @@ dependencies {
compileOnly("org.projectlombok:lombok:1.18.28")
annotationProcessor("org.projectlombok:lombok:1.18.28")
compileOnly("io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT")
compileOnly("dev.plex:server:1.3")
compileOnly("dev.plex:server:1.4-SNAPSHOT")
}
group = "dev.plex"
@ -39,7 +39,7 @@ publishing {
}
tasks.getByName<Jar>("jar") {
archiveBaseName.set("Plex-ExampleModule")
archiveBaseName.set("Module-ExampleModule")
archiveVersion.set("")
}