Skip to content

Commit

Permalink
feat: update VSCode settings and add JUnit Jupiter dependency for tes…
Browse files Browse the repository at this point in the history
…ting
  • Loading branch information
Tony0380 committed Nov 1, 2024
1 parent f62234e commit 8a5ecac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"java.compile.nullAnalysis.mode": "automatic"
"java.compile.nullAnalysis.mode": "automatic",
"java.configuration.updateBuildConfiguration": "automatic"
}
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ dependencies {

// This dependency is used by the application.
implementation 'com.google.guava:guava:31.1-jre'

// Use JUnit Jupiter API for testing.
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
}

application {
Expand Down

0 comments on commit 8a5ecac

Please sign in to comment.