Skip to content

Commit be1b395

Browse files
committed
Java 8?
1 parent db784ba commit be1b395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: actions/setup-java@v3
1111
with:
1212
distribution: 'adopt'
13-
java-version: '11'
13+
java-version: '8'
1414

1515
- name: Build with Maven
1616
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)