Skip to content

Update JDK provider #837

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: Kotlin CI
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
distribution: 'corretto'
java-version: '17'
cache: 'gradle'
- name: Cache SonarCloud packages
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
distribution: 'corretto'
java-version: '17'
cache: 'gradle'
- name: Build with Gradle
Expand All @@ -68,9 +68,8 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
distribution: 'corretto'
java-version: '17'
cache: 'gradle'
- name: Build with Gradle
run: chmod +x gradlew && ./gradlew test --no-daemon