Skip to content

Commit

Permalink
Change Kotlin lombok plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
alancai98 committed Dec 26, 2024
1 parent b232dc7 commit 12cdf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partiql-ast/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
id(Plugins.publish)
// To allow for Kotlin code in partiql-ast to understand Java Lombok annotations, need the following plugin.
// https://kotlinlang.org/docs/lombok.html
kotlin("plugin.lombok") version "2.1.0"
id(Plugins.kotlinLombok) version Versions.kotlinLombok
}

dependencies {
Expand Down

0 comments on commit 12cdf50

Please sign in to comment.