mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
java 11 github CI build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908603 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
80e0f091b4
commit
debd3bd4a9
4
.github/workflows/test-gradle.yml
vendored
4
.github/workflows/test-gradle.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '8'
|
||||
java-version: '11'
|
||||
cache: 'gradle'
|
||||
|
||||
- name: Verify Gradle wrapper
|
||||
@ -33,4 +33,4 @@ jobs:
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew check -PjdkVersion=8 --no-daemon --refresh-dependencies
|
||||
run: ./gradlew check -PjdkVersion=11 --no-daemon --refresh-dependencies
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user