We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37a33e1 + 2d4ec43 commit 9a94520Copy full SHA for 9a94520
.github/workflows/build.yml
@@ -64,7 +64,6 @@ jobs:
64
-Dsonar.host.url=https://sonarcloud.io
65
-Dsonar.organization=focus-shift
66
-Dsonar.projectKey=focus-shift_jollyday
67
- -Dsonar.java.jdkHome=${{ env.JAVA_HOME_11_X64 }}
68
env:
69
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
pom.xml
@@ -38,7 +38,7 @@
38
39
<tests.groups>!BenchmarkTest</tests.groups>
40
41
- <junit.version>5.13.4</junit.version>
+ <junit.version>6.0.0</junit.version>
42
<mockito.version>5.19.0</mockito.version>
43
<assertj.version>3.27.4</assertj.version>
44
<jqwik.version>1.9.3</jqwik.version>
0 commit comments