Skip to content

Commit

Permalink
Fix lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed May 11, 2019
1 parent 7e29059 commit 636478d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ plugins {

// kafkahq
id "com.moowork.node" version "1.3.1"
id 'io.franzbecker.gradle-lombok' version '3.0.0'
id 'com.adarshr.test-logger' version '1.6.0'
id 'com.github.psxpaul.execfork' version '0.1.10'
id "com.github.ben-manes.versions" version "0.21.0"
Expand All @@ -48,6 +49,11 @@ repositories {
maven { url "https://jcenter.bintray.com" }
}

lombok {
version = '1.18.8'
sha256 = ""
}

idea {
module {
downloadJavadoc = false
Expand Down Expand Up @@ -99,10 +105,6 @@ gradle.taskGraph.whenReady { graph ->
* Dependencies
**********************************************************************************************************************/
dependencies {
// lombok
compileOnly 'org.projectlombok:lombok:1.18.8'
annotationProcessor "org.projectlombok:lombok:1.18.8"

// micronaut
annotationProcessor "io.micronaut:micronaut-inject-java"
annotationProcessor "io.micronaut:micronaut-validation"
Expand Down

0 comments on commit 636478d

Please sign in to comment.