File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx2g -XX:MaxMetaspaceSize =512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding =UTF-8
22org.gradle.caching =true
33org.gradle.parallel =true
4+ org.gradle.configuration-cache =true
45dependency.analysis.print.build.health =true
56sonar.projectKey =ak-git_HelidonSE
67sonar.organization =ak-git
You can’t perform that action at this time.
0 commit comments