Skip to content

Commit e0266f1

Browse files
committed
Reset vertx smoketests
1 parent 6711277 commit e0266f1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dd-smoke-tests/vertx-3.4/application/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.*
44
plugins {
55
java
66
application
7-
id("com.gradleup.shadow") version "8.3.6"
7+
id("com.github.johnrengelman.shadow") version "7.0.0"
88
}
99

1010
if (hasProperty("appBuildDir")) {

dd-smoke-tests/vertx-3.9-resteasy/application/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.*
44
plugins {
55
java
66
application
7-
id("com.gradleup.shadow") version "8.3.6"
7+
id("com.github.johnrengelman.shadow") version "7.0.0"
88
}
99

1010
if (hasProperty("appBuildDir")) {

dd-smoke-tests/vertx-3.9/application/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.*
44
plugins {
55
java
66
application
7-
id("com.gradleup.shadow") version "8.3.6"
7+
id("com.github.johnrengelman.shadow") version "7.0.0"
88
}
99

1010
if (hasProperty("appBuildDir")) {

dd-smoke-tests/vertx-4.2/application/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.*
44
plugins {
55
java
66
application
7-
id("com.gradleup.shadow") version "8.3.6"
7+
id("com.github.johnrengelman.shadow") version "7.0.0"
88
}
99

1010
if (hasProperty("appBuildDir")) {

0 commit comments

Comments
 (0)