Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain4j committed Dec 21, 2023
1 parent b8644da commit 6092af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: Build with JDK ${{ matrix.java_version }}
run: mvn --batch-mode install ${{ matrix.included_modules }}
run: mvn -U --batch-mode install ${{ matrix.included_modules }}

# For checking some compliance things (require a recent JDK due to plugins so in a separate step)
compliance:
Expand All @@ -38,6 +38,6 @@ jobs:
cache: 'maven'
# Check we only rely on permissive licenses in the main parts of the library:
- name: License Compliance
run: mvn -P compliance org.honton.chas:license-maven-plugin:compliance
run: mvn -U -P compliance org.honton.chas:license-maven-plugin:compliance
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

0 comments on commit 6092af8

Please sign in to comment.