We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fb0d8 commit d1c1822Copy full SHA for d1c1822
1 file changed
build.gradle
@@ -2,7 +2,6 @@ plugins {
2
id "java"
3
id "application"
4
id "com.github.johnrengelman.shadow" version "8.1.1"
5
- id "io.github.intisy.github-gradle" version "1.4.4"
6
id "io.github.intisy.online-gradle" version "1.7.2"
7
}
8
@@ -38,8 +37,4 @@ dependencies {
38
37
39
application {
40
mainClass = 'io.github.intisy.docker.EmbeddedDockerManager'
41
-}
42
-
43
-test {
44
- useJUnitPlatform()
45
0 commit comments