Skip to content

Commit 732ece5

Browse files
committed
Update Java distribution in workflow
1 parent 9074fdf commit 732ece5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Set up JDK 17
13-
uses: actions/setup-java@v2
13+
uses: actions/setup-java@v4
1414
with:
1515
java-version: '17'
16-
distribution: 'adopt'
16+
distribution: 'temurin'
1717
cache: gradle
1818
- name: Build with Gradle
1919
run: ./gradlew bundledJar

0 commit comments

Comments
 (0)