Initial ffm support
- Starter for jline ffm terminal provider - Build changes for compiling with gradle toolchains defaulting to jdk22 - spring-shell-sample-ffm which compiles with jdk22 - ci workflow setups jdk 17/22 - Relates #1131
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -28,7 +28,9 @@ jobs:
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: adopt
|
||||
java-version: ${{ matrix.java }}
|
||||
java-version: |
|
||||
22
|
||||
17
|
||||
cache: gradle
|
||||
- name: Build
|
||||
run: ./gradlew build
|
||||
@@ -41,7 +43,9 @@ jobs:
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: adopt
|
||||
java-version: 17
|
||||
java-version: |
|
||||
22
|
||||
17
|
||||
cache: gradle
|
||||
- uses: jfrog/setup-jfrog-cli@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user