Skip to content

Commit 50ac2e0

Browse files
authored
Merge branch 'main' into fix/mariadb-liveness-port-10359
2 parents 7ec714f + 3878311 commit 50ac2e0

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

examples/immudb/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dependencies {
1515
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
1616
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
1717
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
18-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
1918
}
2019

2120
test {

examples/neo4j-container/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ dependencies {
1414
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
1515
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
1616
}
17+
18+
test {
19+
useJUnitPlatform()
20+
}

examples/settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ buildscript {
55
}
66
}
77
dependencies {
8-
classpath "gradle.plugin.ch.myniva.gradle:s3-build-cache:0.10.0"
98
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.17.4"
109
classpath "com.gradle:common-custom-user-data-gradle-plugin:2.0.1"
1110
}

smoke-test/settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ buildscript {
55
}
66
}
77
dependencies {
8-
classpath "gradle.plugin.ch.myniva.gradle:s3-build-cache:0.10.0"
98
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.17.4"
109
classpath "com.gradle:common-custom-user-data-gradle-plugin:2.0.1"
1110
}

0 commit comments

Comments
 (0)