Skip to content

Commit da79468

Browse files
committed
Update build workflow to run for Java 8
1 parent 1c6fc77 commit da79468

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gradle-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
run: chmod +x gradlew
2323
- name: Build with Gradle
2424
run: ./gradlew build
25+
- name: Build with Java 8
26+
working-directory: ./java-8
27+
run: .././gradlew build
2528
- name: Upload a Build Artifact
2629
uses: actions/upload-artifact@v4
2730
with:

0 commit comments

Comments
 (0)