File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : actions/checkout@v2
3030 - name : Set up JDK ${{ matrix.java }}
31- uses : actions/setup-java@v1
31+ uses : actions/setup-java@v2
3232 with :
33+ distribution : ' adopt'
3334 java-version : ${{ matrix.java }}
3435 - name : Cache Gradle packages
3536 uses : actions/cache@v2.1.5
5556 - name : Gradle wrapper validation
5657 uses : gradle/wrapper-validation-action@v1
5758 - name : Set up JDK
58- uses : actions/setup-java@v1
59+ uses : actions/setup-java@v2
5960 with :
61+ distribution : ' adopt'
6062 java-version : ${{ matrix.java }}
6163 - name : Cache Gradle packages
6264 uses : actions/cache@v2.1.5
8890 with :
8991 persist-credentials : false # without this, all access tokens set later on will be ignored
9092 - name : Set up JDK
91- uses : actions/setup-java@v1
93+ uses : actions/setup-java@v2
9294 with :
95+ distribution : ' adopt'
9396 java-version : 11
9497 - name : Cache Gradle packages
9598 uses : actions/cache@v2.1.5
You can’t perform that action at this time.
0 commit comments