Skip to content

Commit e011399

Browse files
committed
Update build.gradle
1 parent 174ac70 commit e011399

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
22
id "java"
3-
id "application"
43
id "com.github.johnrengelman.shadow" version "8.1.1"
54
id "io.github.intisy.online-gradle" version "1.7.2"
65
}
@@ -19,11 +18,6 @@ repositories {
1918
mavenCentral()
2019
}
2120

22-
java {
23-
sourceCompatibility = JavaVersion.VERSION_1_8
24-
targetCompatibility = JavaVersion.VERSION_1_8
25-
}
26-
2721
dependencies {
2822
implementation("com.github.docker-java:docker-java:3.5.1") {
2923
exclude group: "com.github.docker-java", module: "docker-java-transport-jersey"

0 commit comments

Comments
 (0)