Skip to content

Commit

Permalink
update lombok to 1.18.24 and bump to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eikefab committed Jun 5, 2022
1 parent 1eff63d commit 396b4c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'com.nextplugins'
version = '1.0.2'
version = '1.0.3'

tasks.build.dependsOn('shadowJar')

Expand All @@ -28,12 +28,12 @@ dependencies {
implementation 'com.github.HenryFabio.configuration-injector:bukkit:main-SNAPSHOT'
implementation 'org.bstats:bstats-bukkit:1.8'

compileOnly 'org.projectlombok:lombok:1.18.16'
annotationProcessor 'org.projectlombok:lombok:1.18.16'
compileOnly 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.projectlombok:lombok:1.18.24'
}

shadowJar {
archiveName("${project.name}.jar")
archiveName("${project.name}-${project.version}.jar")
relocate('com.henryfabio.minecraft.configinjector', 'com.nextplugins.commandpassword.libs.configinjector')
relocate('org.bstats', 'com.nextplugins.commandpassword.libs.bstats')
}
Expand Down

0 comments on commit 396b4c9

Please sign in to comment.