Skip to content

Commit

Permalink
build.gradle: Fix Gradle 9 deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Mar 4, 2024
1 parent bf0b94c commit 9a2f2cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ allprojects {

dependencies {
testImplementation("org.bitcoinj:bitcoinj-core:0.17-alpha3");

testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.0"
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
}

Expand Down

0 comments on commit 9a2f2cf

Please sign in to comment.