Skip to content

Commit

Permalink
[SHIBUI-1029]
Browse files Browse the repository at this point in the history
Removed lombok as we're not using it.
  • Loading branch information
Bill Smith committed Jan 16, 2019
1 parent ba59bc4 commit 81a21cc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pac4j-module/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ plugins {
id 'java'
id 'com.palantir.docker' version '0.20.1'
id 'jacoco'
id 'io.franzbecker.gradle-lombok' version '1.13'
id 'org.springframework.boot' version '2.0.0.RELEASE' apply false
id 'io.spring.dependency-management' version '1.0.6.RELEASE'
}
Expand All @@ -18,11 +17,6 @@ repositories {
}
}

lombok {
version = "1.16.20"
sha256 = "c5178b18caaa1a15e17b99ba5e4023d2de2ebc18b58cde0f5a04ca4b31c10e6d"
}

dependencyManagement {
imports {
mavenBom org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES
Expand Down

0 comments on commit 81a21cc

Please sign in to comment.