Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unit testing gradle fix
Browse files Browse the repository at this point in the history
sigalrmp committed Oct 10, 2024
1 parent 0bee039 commit 0585078
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -78,6 +78,15 @@ dependencies {

// Monologue
implementation 'com.github.shueja:Monologue:+'

// Gson
// Remove this once choreolib changes get upstreamed
implementation 'com.google.code.gson:gson:2.10.1'
}

test {
useJUnitPlatform()
systemProperty 'junit.jupiter.extensions.autodetection.enabled', 'true'
}

// Simulation configuration (e.g. environment variables).

0 comments on commit 0585078

Please sign in to comment.