Skip to content

Commit

Permalink
Exclude spock as well
Browse files Browse the repository at this point in the history
  • Loading branch information
timyates committed Apr 25, 2023
1 parent c8e82c2 commit c9d1daa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ tasks.withType(Test).configureEach {
configurations {
nativeImageTestClasspath {
exclude(group: 'org.apache.groovy')
exclude(group: 'org.spockframework')
}
}

Expand Down

0 comments on commit c9d1daa

Please sign in to comment.