We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174ac70 commit e011399Copy full SHA for e011399
1 file changed
build.gradle
@@ -1,6 +1,5 @@
1
plugins {
2
id "java"
3
- id "application"
4
id "com.github.johnrengelman.shadow" version "8.1.1"
5
id "io.github.intisy.online-gradle" version "1.7.2"
6
}
@@ -19,11 +18,6 @@ repositories {
19
18
mavenCentral()
20
21
22
-java {
23
- sourceCompatibility = JavaVersion.VERSION_1_8
24
- targetCompatibility = JavaVersion.VERSION_1_8
25
-}
26
-
27
dependencies {
28
implementation("com.github.docker-java:docker-java:3.5.1") {
29
exclude group: "com.github.docker-java", module: "docker-java-transport-jersey"
0 commit comments