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.
1 parent a6c3863 commit 3871d9cCopy full SHA for 3871d9c
.github/workflows/build.yml
@@ -76,11 +76,11 @@ jobs:
76
cd its/ruling
77
mvn package --batch-mode \
78
"-Pit-ruling,${{ matrix.item.profile }}" \
79
- "-Dsonar.java.version="${SONAR_JAVA_VERSION}" \
+ "-Dsonar.java.version=${SONAR_JAVA_VERSION}" \
80
"-Dorchestrator.artifactory.accessToken=${ARTIFACTORY_ACCESS_TOKEN}" \
81
"-Dsonar.runtimeVersion=LATEST_RELEASE" \
82
"-Dmaven.test.redirectTestOutputToFile=false" \
83
- "-DbuildNumber="${BUILD_NUMBER}" \
+ "-DbuildNumber=${BUILD_NUMBER}" \
84
-B -e -V \
85
"-Dparallel=methods" \
86
"-DuseUnlimitedThreads=true"
0 commit comments