Skip to content

Commit 3aea9ff

Browse files
authored
Merge pull request #19 from scottslewis/buildfix
Java 8 to Java 17 so that build will work with new bndlib
2 parents b0cdf19 + 74fd3bc commit 3aea9ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-java@v2
2222
with:
2323
distribution: 'temurin'
24-
java-version: 8
24+
java-version: 17
2525
- name: Build
2626
shell: bash
2727
run: ./gradlew build

0 commit comments

Comments
 (0)