mirror of
https://github.com/plexusorg/ExampleModule.git
synced 2024-11-14 17:03:32 +00:00
Update build.gradle
This commit is contained in:
parent
17c3f0c6c0
commit
87fb5e2f99
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user