Skip to content

Commit

Permalink
unit testing gradle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sigalrmp committed Nov 3, 2024
1 parent 55bb4b6 commit 4fcc400
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
Expand Up @@ -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).
Expand Down

0 comments on commit 4fcc400

Please sign in to comment.