Skip to content

Commit 00302d9

Browse files
committed
org.gradle.configuration-cache=true
1 parent 5a76cce commit 00302d9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
- name: Build and analyze
4242
env:
4343
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
44-
run: gradle build jacocoAggregatedReport sonar --info
44+
run: gradle build jacocoAggregatedReport sonar --info --no-configuration-cache
4545
- name: Compute version
4646
run: |
47-
gradle version
47+
gradle version --no-configuration-cache
4848
echo "BUILD_VERSION=$(gradle version | grep Version | awk '{ print $2 }')" >> $GITHUB_ENV
4949
- name: Login to Docker Hub
5050
run: docker login -u $DOCKER_USER -p ${{ secrets.DOCKER_PASSWORD }}

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
22
org.gradle.caching=true
33
org.gradle.parallel=true
4+
org.gradle.configuration-cache=true
45
dependency.analysis.print.build.health=true
56
sonar.projectKey=ak-git_HelidonSE
67
sonar.organization=ak-git

0 commit comments

Comments
 (0)