Skip to content

Commit b2eeaac

Browse files
committed
feat!: remove lombok from dependency
1 parent 648c50f commit b2eeaac

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ plugins {
22
`java-library`
33
`maven-publish`
44
alias(libs.plugins.shadow)
5-
alias(libs.plugins.lombok)
65
alias(libs.plugins.runPaper)
76
}
87

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[versions]
22
# plugin
33
shadow = "8.3.9"
4-
lombok = "8.14.2"
54
runPaper = "2.3.1" # Latest version for java 8
65

76
# library
@@ -16,7 +15,6 @@ spigotApi = "1.16.5-R0.1-SNAPSHOT"
1615

1716
[plugins]
1817
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }
19-
lombok = { id = "io.freefair.lombok", version.ref = "lombok" }
2018
runPaper = { id = "xyz.jpenilla.run-paper", version.ref = "runPaper" }
2119

2220
[libraries]

0 commit comments

Comments
 (0)