Skip to content

Commit 020dc73

Browse files
authored
java 11 (#121)
1 parent 32a3ee9 commit 020dc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-java-bindings.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
uses: actions/setup-java@v3
9999
with:
100100
distribution: 'temurin'
101-
java-version: '17'
101+
java-version: '11'
102102
- name: Build with Gradle (no tests)
103103
run: ./gradlew build -x test
104104
working-directory: bindings/java/java_code

0 commit comments

Comments
 (0)