Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit fa657ad

Browse files
committed
Included java distribution
1 parent b914e1c commit fa657ad

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: actions/setup-java@v3.6.0
2323
with:
2424
java-version: 11
25+
distribution: corretto
2526
- name: Grant execute permission for gradlew
2627
run: chmod +x gradlew
2728
- name: Build with Gradle

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/setup-java@v3.6.0
1818
with:
1919
java-version: 11
20+
distribution: corretto
2021
- name: Grant execute permission for gradlew
2122
run: chmod +x gradlew
2223
- name: Build with Gradle

0 commit comments

Comments
 (0)