We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd73cf commit 1239f27Copy full SHA for 1239f27
monolith/build.gradle
@@ -8,10 +8,10 @@ plugins {
8
id "idea"
9
id "eclipse"
10
id "com.avast.gradle.docker-compose" version "0.6.12"
11
+ id("io.franzbecker.gradle-lombok") version "3.2.0"
12
}
13
14
allprojects {
-
15
apply plugin: "base"
16
apply plugin: "maven"
17
@@ -22,7 +22,6 @@ allprojects {
22
23
24
subprojects {
25
26
apply plugin: "java"
27
28
sourceCompatibility = targetCompatibility = "$javaVersion"
@@ -45,10 +44,3 @@ dockerCompose {
45
44
46
47
composeUp.dependsOn assemble
48
49
-/*
50
-task wrapper(type: Wrapper) {
51
- gradleVersion = "4.10.2"
52
- distributionType = 'BIN'
53
-}
54
-*/
0 commit comments