Skip to content

Commit 49bc5ad

Browse files
Fix the build configuration (#12)
The actions/setup-java@v2 action requires distribution to be specified.
1 parent 5faa7f4 commit 49bc5ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- name: Set up JDK
1616
uses: actions/setup-java@v2
1717
with:
18+
distribution: 'adopt'
1819
java-version: 8
1920

2021
- name: Run Gradle tasks

0 commit comments

Comments
 (0)