Skip to content

Commit

Permalink
reverted JUnit setup
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Jan 7, 2025
1 parent 0788253 commit 7016e69
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,16 +153,9 @@ subprojects { subproject ->

dependencies {
testImplementation "org.spockframework:spock-core:$spockVersion"
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"

}

jar {
manifest.attributes provider: 'gradle'
}

test {
useJUnitPlatform()
}
}

0 comments on commit 7016e69

Please sign in to comment.