Skip to content

Commit 0a755e4

Browse files
committed
Add lombok to version catalogue
1 parent fd52a44 commit 0a755e4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
// Ensure AP works in eclipse (no effect on other IDEs)
44
`eclipse`
55
id("geyser.build-logic")
6-
id("io.freefair.lombok") version "8.4" apply false
6+
alias(libs.plugins.lombok) apply false
77
}
88

99
allprojects {

gradle/libs.versions.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ shadow = "7.1.3-SNAPSHOT"
4040
architectury-plugin = "3.4-SNAPSHOT"
4141
architectury-loom = "1.4-SNAPSHOT"
4242
minotaur = "2.7.5"
43+
lombok = "8.4"
4344

4445
[libraries]
4546
base-api = { group = "org.geysermc.api", name = "base-api", version.ref = "base-api" }
@@ -123,7 +124,7 @@ architectury-loom = { group = "dev.architectury.loom", name = "dev.architectury.
123124
minotaur = { group = "com.modrinth.minotaur", name = "Minotaur", version.ref = "minotaur" }
124125

125126
[plugins]
126-
127+
lombok = { id = "io.freefair.lombok", version.ref = "lombok" }
127128

128129
[bundles]
129130
jackson = [ "jackson-annotations", "jackson-core", "jackson-dataformat-yaml" ]

0 commit comments

Comments
 (0)