Skip to content

Commit

Permalink
Merge branch 'notification_cdevents' of github.com:Nordix/echo into n…
Browse files Browse the repository at this point in the history
…otification_cdevents
  • Loading branch information
Jalander Ramagiri committed Oct 24, 2023
2 parents fc31963 + 7b832ee commit 0ebb3ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ subprojects {
testLogging {
exceptionFormat = 'full'
}
useJUnitPlatform {
includeEngines "junit-vintage", "junit-jupiter"
}
useJUnitPlatform()
}

tasks.withType(JavaExec) {
Expand Down Expand Up @@ -84,7 +82,7 @@ subprojects {
testImplementation "org.springframework:spring-test"
testImplementation "org.hamcrest:hamcrest-core"
testRuntimeOnly "cglib:cglib-nodep"
testRuntimeOnly "org.junit.vintage:junit-vintage-engine"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
testRuntimeOnly "org.objenesis:objenesis"
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fiatVersion=1.42.0
korkVersion=7.193.0
korkVersion=7.195.0
kotlinVersion=1.4.0
org.gradle.parallel=true
spinnakerGradleVersion=8.31.0
Expand Down

0 comments on commit 0ebb3ce

Please sign in to comment.