Skip to content

Commit

Permalink
Fix The automatic loading of test framework implementation dependenci…
Browse files Browse the repository at this point in the history
…es has been deprecated warning
  • Loading branch information
fwilhe committed Jul 29, 2024
1 parent 28e6e8b commit 44b8fba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ dependencies {
testImplementation 'org.testcontainers:junit-jupiter'
testImplementation 'org.testcontainers:postgresql'
testImplementation 'io.rest-assured:rest-assured:5.5.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}

tasks.named('test') {
Expand All @@ -54,4 +56,4 @@ bootJar {
from ("${asciidoctor.outputDir}/html5") {
into 'static/docs'
}
}
}

0 comments on commit 44b8fba

Please sign in to comment.