Skip to content

Commit 1239f27

Browse files
committed
Update build.gradle
1 parent 9bd73cf commit 1239f27

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

monolith/build.gradle

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ plugins {
88
id "idea"
99
id "eclipse"
1010
id "com.avast.gradle.docker-compose" version "0.6.12"
11+
id("io.franzbecker.gradle-lombok") version "3.2.0"
1112
}
1213

1314
allprojects {
14-
1515
apply plugin: "base"
1616
apply plugin: "maven"
1717

@@ -22,7 +22,6 @@ allprojects {
2222
}
2323

2424
subprojects {
25-
2625
apply plugin: "java"
2726

2827
sourceCompatibility = targetCompatibility = "$javaVersion"
@@ -45,10 +44,3 @@ dockerCompose {
4544
}
4645

4746
composeUp.dependsOn assemble
48-
49-
/*
50-
task wrapper(type: Wrapper) {
51-
gradleVersion = "4.10.2"
52-
distributionType = 'BIN'
53-
}
54-
*/

0 commit comments

Comments
 (0)