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 fc5628f commit 179a22b
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 @@ -98,6 +98,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: 'org.hamcrest', name: 'hamcrest', version: '2.2'
Expand Down

0 comments on commit 179a22b

Please sign in to comment.