disabled jdk17 build temporarily

This commit is contained in:
deep-learning-dynamo 2023-11-24 12:25:05 +01:00
parent ba7fabaa50
commit 06ada5310d
1 changed files with 5 additions and 13 deletions

View File

@ -26,15 +26,6 @@ jobs:
- name: Build modules requiring JDK 11
run: mvn --batch-mode install -DskipITs -pl langchain4j-opensearch
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Build modules requiring JDK 17
run: mvn --batch-mode install -DskipITs -pl langchain4j-graal
# For checking some compliance things (require a recent JDK due to plugins so in a separate step)
compliance:
runs-on: ubuntu-latest
@ -51,7 +42,8 @@ jobs:
run: mvn -P compliance org.honton.chas:license-maven-plugin:compliance
# TODO's
# - setup integration tests
# - these require an openAI (and hugging face, etc) token
# - do so that they always run for commits on main
# - make the running be manually triggered for PRs (we don't want to burn through credits)
# - enable JDK 17 build for langchain4j-graal
# - setup integration tests
# - these require an openAI (and hugging face, etc) token
# - do so that they always run for commits on main
# - make the running be manually triggered for PRs (we don't want to burn through credits)