Skip to content

Commit ca5559f

Browse files
authored
Gradle agp 8 upgrade (#900)
1 parent 0badec7 commit ca5559f

42 files changed

Lines changed: 1078 additions & 815 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions/maven-publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
uses: actions/setup-java@v4
2525
with:
2626
distribution: 'temurin'
27-
java-version: '11'
27+
java-version: '17'
2828

2929
- uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # pin@1.1.0
3030

.github/actions/setup/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ inputs:
55
java:
66
description: The Java version to use
77
required: false
8-
default: 8.0.382-tem
8+
default: '17'
99
gradle:
1010
description: The Gradle version to use
1111
required: false
12-
default: 6.7.1
12+
default: 8.10.2
1313
kotlin:
1414
description: The Kotlin version to use
1515
required: false
16-
default: 1.6.21
16+
default: 2.0.21
1717

1818
runs:
1919
using: composite
@@ -23,7 +23,7 @@ runs:
2323
uses: actions/setup-java@v4
2424
with:
2525
distribution: 'temurin'
26-
java-version: '11'
26+
java-version: '17'
2727

2828
- run: |
2929
curl -s "https://get.sdkman.io" | bash

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/setup-java@v5
4040
with:
4141
distribution: 'temurin'
42-
java-version: '11'
42+
java-version: '17'
4343

4444
- name: Checkout
4545
uses: actions/checkout@v6

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
rl-scanner:
1919
uses: ./.github/workflows/rl-scanner.yml
2020
with:
21-
java-version: 8.0.402-zulu
21+
java-version: '17'
2222
artifact-name: 'auth0-release.aar'
2323
secrets:
2424
RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }}
@@ -32,7 +32,7 @@ jobs:
3232
uses: ./.github/workflows/java-release.yml
3333
needs: rl-scanner
3434
with:
35-
java-version: 8.0.402-zulu
35+
java-version: '17'
3636
secrets:
3737
ossr-username: ${{ secrets.OSSR_USERNAME }}
3838
ossr-token: ${{ secrets.OSSR_TOKEN }}

0 commit comments

Comments
 (0)