Skip to content

Commit

Permalink
sample-extension-java: migrate to test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
abbi-gaurav committed Mar 3, 2024
1 parent cdc5d84 commit 1e829af
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions sample-extension-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id 'org.springframework.boot' version '3.2.3'
id 'io.spring.dependency-management' version '1.1.4'
id 'java'
id 'jvm-test-suite'
}

group = 'com.sap.kyma.sample'
Expand All @@ -23,6 +24,10 @@ dependencies {
}
}

test {
useJUnitPlatform()
testing {
suites {
test {
useJUnitJupiter()
}
}
}

0 comments on commit 1e829af

Please sign in to comment.