Skip to content

Commit

Permalink
Re-add Gradle job for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scroix committed Apr 6, 2024
1 parent 6a0ed30 commit 128dbe2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nodel-framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ jar {
}
}

test {
useJUnitPlatform()
testLogging {
events 'passed', 'skipped', 'failed'
}
}

dependencies {
compile 'joda-time:joda-time:2.6'
compile 'org.slf4j:slf4j-api:1.7.10'
Expand Down

0 comments on commit 128dbe2

Please sign in to comment.