mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-11-05 19:10:42 +01:00
- updated Java version to 11.
- replaced Apache HTTP client code with `Java.net.http.HttpClient`
This commit is contained in:
7
.github/workflows/publish-javadoc.yml
vendored
7
.github/workflows/publish-javadoc.yml
vendored
@@ -34,15 +34,12 @@ jobs:
|
||||
- name: Set up JDK 8
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '8'
|
||||
distribution: 'temurin'
|
||||
java-version: '11'
|
||||
distribution: 'adopt-hotspot'
|
||||
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
|
||||
settings-path: ${{ github.workspace }} # location for the settings.xml file
|
||||
- name: Build with Maven
|
||||
run: mvn -U -B clean package --file pom.xml
|
||||
|
||||
# - name: Checkout
|
||||
# uses: actions/checkout@v3
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
- name: Upload artifact
|
||||
|
||||
Reference in New Issue
Block a user