Skip to content

Commit 74fd3bc

Browse files
committed
Java 8 to Java 17 so that build will work with new bndlib
Signed-off-by: Scott Lewis <scottslewis@gmail.com>
1 parent b0cdf19 commit 74fd3bc

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)