Skip to content

Commit 737863e

Browse files
authored
using java 11
1 parent d28a805 commit 737863e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
uses: actions/setup-java@v1
1414
with:
1515
distribution: 'temurin' # See 'Supported distributions' for available options
16-
java-version: '17'
16+
java-version: '11'
1717
- name: Build with Maven
1818
run: mvn package --file pom.xml

0 commit comments

Comments
 (0)