Skip to content

Commit

Permalink
java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Jan 2, 2025
1 parent baf4108 commit 9806bd0
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws-lambda-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
java-version: '21'
- name: Run Tests
run: ./gradlew starter-api:test starter-aws-lambda:test --refresh-dependencies
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-function-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
java-version: '21'
- name: 'Package Function'
run: |
./gradlew starter-azure-function:azureFunctionsPackage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcf-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
java-version: '21'
- name: Build the JAR
run: ./gradlew starter-api:test starter-gcp-function:test starter-gcp-function:shadowJar
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcr-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
java-version: '21'
- name: Run Tests
run: ./gradlew starter-api:test starter-web-netty:test starter-gcp-function:shadowJar
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mavenCentral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
java-version: '21'
- name: Publish to Sonatype OSSRH
env:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mn-linux-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: "☕️ Setup GraalVM CE"
uses: graalvm/[email protected]
with:
java-version: '17'
java-version: '21'
distribution: 'graalvm-community'
native-image-musl: 'true'
components: 'native-image'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mn-macos-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: "☕️ Setup GraalVM CE"
uses: graalvm/[email protected]
with:
java-version: '17'
java-version: '21'
distribution: 'graalvm-community'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: "☕️ Setup GraalVM CE"
uses: graalvm/[email protected]
with:
java-version: '17'
java-version: '21'
distribution: 'graalvm-community'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mn-windows-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: "☕️ Setup GraalVM CE"
uses: graalvm/[email protected]
with:
java-version: '17'
java-version: '21'
distribution: 'graalvm-community'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
- name: projectVersion is not a snapshot
run: ./gradlew projectVersionNotSnapshot
- name: Micronaut Core is not a snapshot
Expand All @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
- name: Run Tests
run: ./gradlew starter-api:test starter-web-netty:test starter-gcp-function:shadowJar
env:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
- name: Set the current release version
id: release_version
run: echo "release_version=${GITHUB_REF:11}" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: "☕️ Setup GraalVM CE"
uses: graalvm/[email protected]
with:
java-version: '17'
java-version: '21'
distribution: 'graalvm-community'
native-image-musl: 'true'
components: 'native-image'
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
- name: "☕️ Setup GraalVM CE"
uses: graalvm/[email protected]
with:
java-version: '17'
java-version: '21'
distribution: 'graalvm-community'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
- name: "☕️ Setup GraalVM CE"
uses: graalvm/[email protected]
with:
java-version: '17'
java-version: '21'
distribution: 'graalvm-community'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
- name: "☕️ Setup GraalVM CE"
uses: graalvm/[email protected]
with:
java-version: '17'
java-version: '21'
distribution: 'graalvm-community'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
- name: Set the current release version
id: release_version
run: |
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
- name: Set the current release version
id: release_version
run: |
Expand Down Expand Up @@ -472,7 +472,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
- name: Back to Micronaut Core snapshot
continue-on-error: true
run: ./gradlew micronautCoreNextSnapshot
Expand Down

0 comments on commit 9806bd0

Please sign in to comment.