Skip to content

Commit

Permalink
use lombok only where it's used
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjoman committed Aug 31, 2023
1 parent 934e526 commit 10adab3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ repositories {
dependencies {
testImplementation(platform("org.junit:junit-bom:5.9.1"))
testImplementation("org.junit.jupiter:junit-jupiter")
compileOnly("org.projectlombok:lombok:1.18.28")
}

subprojects {
Expand Down
1 change: 1 addition & 0 deletions modules/embeddingsstore/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'java'
id "io.freefair.lombok" version "8.3"
}

group = 'com.theagilemonkeys.ellemental'
Expand Down

0 comments on commit 10adab3

Please sign in to comment.