File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 - main
66 pull_request :
77env :
8- # Increment this to manually invalidate the cache.
9- CACHE_VERSION : 1
8+ CACHE_VERSION : 1 # Increment this to invalidate the cache.
9+ JAVA_VERSION : 19
1010jobs :
1111 checks :
1212 name : Checks
1717 - uses : actions/setup-java@v3
1818 with :
1919 distribution : ' zulu'
20- java-version : 17
20+ java-version : ${{ env.JAVA_VERSION }}
2121 - run : ./ci_clear_gradle_cache.sh
2222 - uses : actions/cache@v3
2323 with :
4949 - uses : actions/setup-java@v3
5050 with :
5151 distribution : ' zulu'
52- java-version : 17
52+ java-version : ${{ env.JAVA_VERSION }}
5353 - run : ./ci_clear_gradle_cache.sh
5454 - uses : actions/cache@v3
5555 with :
7575 - uses : actions/setup-java@v3
7676 with :
7777 distribution : ' zulu'
78- java-version : 17
78+ java-version : ${{ env.JAVA_VERSION }}
7979 - run : ./ci_clear_gradle_cache.sh
8080 - uses : actions/cache@v3
8181 with :
@@ -137,7 +137,7 @@ jobs:
137137 - uses : actions/setup-java@v3
138138 with :
139139 distribution : ' zulu'
140- java-version : 17
140+ java-version : ${{ env.JAVA_VERSION }}
141141 - run : ./ci_clear_gradle_cache.sh
142142 - uses : actions/cache@v3
143143 with :
You can’t perform that action at this time.
0 commit comments