mirror of
https://github.com/plexusorg/Blackout.git
synced 2024-12-28 02:24:26 +00:00
Change this too
This commit is contained in:
parent
6381ddb193
commit
5b6f1b9e49
1 changed files with 4 additions and 2 deletions
|
@ -23,8 +23,10 @@ repositories {
|
|||
mavenCentral()
|
||||
}
|
||||
|
||||
def paperVersion = "1.18.2"
|
||||
|
||||
dependencies {
|
||||
paperweightDevelopmentBundle("io.papermc.paper:dev-bundle:1.18.2-R0.1-SNAPSHOT")
|
||||
paperweightDevelopmentBundle("io.papermc.paper:dev-bundle:${paperVersion}-R0.1-SNAPSHOT")
|
||||
library("org.json:json:20220320")
|
||||
library("org.projectlombok:lombok:1.18.22")
|
||||
annotationProcessor("org.projectlombok:lombok:1.18.22")
|
||||
|
@ -61,7 +63,7 @@ tasks.withType(JavaCompile) {
|
|||
}
|
||||
|
||||
reobfJar {
|
||||
setArchivesBaseName("Blackout")
|
||||
setArchivesBaseName("Blackout-${paperVersion}")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
|
Loading…
Reference in a new issue