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 362e189 commit b077ae9Copy full SHA for b077ae9
ci/scripts/stage-version.sh
@@ -35,7 +35,8 @@ git add gradle.properties > /dev/null
35
git commit -m"Release v$stageVersion" > /dev/null
36
git tag -a "v$stageVersion" -m"Release v$stageVersion" > /dev/null
37
38
-./gradlew --no-daemon --max-workers=4 -PdeploymentRepository=${repository} build publishAllPublicationsToDeploymentRepository
+./gradlew --no-daemon --max-workers=4 -PdeploymentRepository=${repository} -Porg.gradle.java.installations.fromEnv=JDK17,JDK21 \
39
+ build publishAllPublicationsToDeploymentRepository
40
41
git reset --hard HEAD^ > /dev/null
42
if [[ $nextVersion != $snapshotVersion ]]; then
0 commit comments