Skip to content

Commit 4e5a3a3

Browse files
committed
Update to new develocity.* properties
We were still using the deprecated gradle.* ones in a few places.
1 parent 13ccd68 commit 4e5a3a3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/deploy-snapshots.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
-DskipTests -DskipITs -Dno-format -Dinvoker.skip=true \
5454
-DretryFailedDeploymentCount=10 \
5555
-Dno-test-modules \
56-
-Dgradle.cache.local.enabled=false \
56+
-Ddevelocity.cache.local.enabled=false \
57+
-Ddevelocity.cache.remote.enabled=false \
5758
-Ddokka \
5859
-Prelocations \
5960
clean deploy

.github/workflows/release-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
-B \
3333
-Dscan=false \
3434
-Dno-build-cache \
35-
-Dgradle.cache.local.enabled=false \
36-
-Dgradle.cache.remote.enabled=false \
35+
-Ddevelocity.cache.local.enabled=false \
36+
-Ddevelocity.cache.remote.enabled=false \
3737
-Prelease \
3838
-DskipTests -DskipITs \
3939
-Ddokka \

update-version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [ $# -eq 0 ]; then
99
fi
1010
VERSION=$1
1111

12-
./mvnw -e -B -Dscan=false -Dgradle.cache.local.enabled=false versions:set -Dtcks -DnewVersion="${VERSION}" -DgenerateBackupPoms=false -DprocessAllModules -Prelocations -DupdateBuildOutputTimestampPolicy=always
12+
./mvnw -e -B -Dscan=false -Ddevelocity.cache.local.enabled=false -Ddevelocity.cache.remote.enabled=false versions:set -Dtcks -DnewVersion="${VERSION}" -DgenerateBackupPoms=false -DprocessAllModules -Prelocations -DupdateBuildOutputTimestampPolicy=always
1313

1414
if [ -f independent-projects/enforcer-rules/src/it/smoketest/pom.xml ]; then
1515
# update the parent version only using indentation

0 commit comments

Comments
 (0)