File tree Expand file tree Collapse file tree 5 files changed +11
-1
lines changed Expand file tree Collapse file tree 5 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2525
2626 - name : Setup Gradle
2727 uses : gradle/actions/setup-gradle@v4
28+ with :
29+ gradle-version : ' 8.12'
2830
2931 - name : Build with Gradle
3032 env :
9395 - name : Setup Gradle
9496 if : ${{ endsWith(steps.previoustag.outputs.tag, '-SNAPSHOT') }}
9597 uses : gradle/actions/setup-gradle@v4
98+ with :
99+ gradle-version : ' 8.12'
96100
97101 - name : Publish with Gradle
98102 if : ${{ endsWith(steps.previoustag.outputs.tag, '-SNAPSHOT') }}
Original file line number Diff line number Diff line change 3232
3333 - name : Setup Gradle
3434 uses : gradle/actions/setup-gradle@v4
35+ with :
36+ gradle-version : ' 8.12'
3537
3638 - name : Check with Detekt
3739 env :
Original file line number Diff line number Diff line change 2828
2929 - name : Setup Gradle
3030 uses : gradle/actions/setup-gradle@v4
31+ with :
32+ gradle-version : ' 8.12'
3133
3234 - name : Check with Spotless
3335 env :
Original file line number Diff line number Diff line change 2525
2626 - name : Setup Gradle
2727 uses : gradle/actions/setup-gradle@v4
28+ with :
29+ gradle-version : ' 8.12'
2830
2931 - name : Build with Gradle
3032 env :
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-8.11.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments