Skip to content

Commit

Permalink
Fix running tests in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Oct 20, 2024
1 parent 4e21c42 commit 52f1855
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def mockitoAgentPath = getMockitoAgentPath()
testing {
suites {
configureEach {
useJUnitJupiter()
useJUnitJupiter(libs.versions.junitJupiter.get())
dependencies {
implementation project()
implementation libs.assertj
Expand Down
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ dependencyResolutionManagement {
versionCatalogs {
libs {
version('mockito', '5.14.2')
version('junitJupiter', '5.11.2')

library('assertj', 'org.assertj:assertj-core:3.26.3')
library('h2', 'com.h2database:h2:2.3.232')
library('junitPioneer', 'org.junit-pioneer:junit-pioneer:2.2.0')
Expand Down

0 comments on commit 52f1855

Please sign in to comment.