mirror of
https://github.com/plexusorg/ExampleModule.git
synced 2024-12-28 03:04:13 +00:00
Update build.gradle
This commit is contained in:
parent
17c3f0c6c0
commit
87fb5e2f99
1 changed files with 2 additions and 3 deletions
|
@ -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 a new issue