Skip to content

Commit d6d9e88

Browse files
committed
Configuration cache problems found
1 parent dc70268 commit d6d9e88

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ 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: |
4747
gradle version

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_SimpleApp
67
sonar.organization=ak-git

0 commit comments

Comments
 (0)