Update build.gradle

This commit is contained in:
Telesphoreo 2022-03-06 00:21:30 -06:00 committed by GitHub
parent 17c3f0c6c0
commit 87fb5e2f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -17,16 +17,15 @@ dependencies {
compileOnly "org.projectlombok:lombok:1.18.22"
annotationProcessor "org.projectlombok:lombok:1.18.22"
compileOnly "io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT"
compileOnly 'dev.plex:Plex:0.8-SNAPSHOT'
compileOnly 'dev.plex:Plex:0.8'
}
group = "dev.plex"
version = "0.1-SNAPSHOT"
version = "1.0"
description = "ExampleModule"
shadowJar {
archiveClassifier.set("")
relocate "org.bstats", "dev.plex"
}
java {