Skip to content

Commit

Permalink
Move lombok plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Jun 24, 2022
1 parent a8f976f commit 45ef628
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 @@ -21,7 +21,6 @@ allprojects {

plugins.withId("java") {

project.apply plugin: "io.freefair.lombok"
project.apply plugin: "io.freefair.javadocs"

java {
Expand Down
1 change: 1 addition & 0 deletions sass-embedded-host/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id "java-library"
id "io.freefair.maven-publish-java"
id "io.freefair.lombok"
id "jacoco"
}

Expand Down

0 comments on commit 45ef628

Please sign in to comment.