Skip to content

Commit

Permalink
Declare test platform explicitly for Gradle 9 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Jul 3, 2023
1 parent b3144e1 commit a6bea4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'

testImplementation project.deps.gocdPluginApi
testImplementation group: 'uk.org.webcompere', name: 'system-stubs-jupiter', version: '2.0.2'
Expand Down

0 comments on commit a6bea4c

Please sign in to comment.