File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed
Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 2727 uses : actions/cache@v1
2828 with :
2929 path : ~/.gradle/caches
30- key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
30+ key : ${{ runner.os }}-${{ matrix.java }}- gradle-${{ hashFiles('**/*.gradle.kts') }}
3131 restore-keys : |
32- ${{ runner.os }}-gradle-
32+ ${{ runner.os }}-${{ matrix.java }}- gradle-
3333 - name : Build library with Gradle
3434 run : ./gradlew clean build
3535 - name : Build examples with Gradle
Original file line number Diff line number Diff line change 2727 uses : actions/cache@v1
2828 with :
2929 path : ~/.gradle/caches
30- key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
30+ key : ${{ runner.os }}-${{ matrix.java }}- gradle-${{ hashFiles('**/*.gradle.kts') }}
3131 restore-keys : |
32- ${{ runner.os }}-gradle-
32+ ${{ runner.os }}-${{ matrix.java }}- gradle-
3333 - name : Build library with Gradle
3434 run : ./gradlew clean build
3535 - name : Build examples with Gradle
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.2 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ if "%DIRNAME%" == "" set DIRNAME=.
2929set APP_BASE_NAME = %~n0
3030set APP_HOME = %DIRNAME%
3131
32+ @ rem Resolve any "." and ".." in APP_HOME to make it shorter.
33+ for %%i in (" %APP_HOME% " ) do set APP_HOME = %%~fi
34+
3235@ rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
3336set DEFAULT_JVM_OPTS = " -Xmx64m" " -Xms64m"
3437
You can’t perform that action at this time.
0 commit comments