This repository was archived by the owner on Jun 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,23 @@ jobs:
1212 steps :
1313 - uses : actions/checkout@v3
1414
15- - name : Set up JDK 1.8
15+ - name : Set up JDK 17
1616 uses : actions/setup-java@v3
1717 with :
1818 distribution : temurin
19- java-version : 8
19+ java-version : 17
2020
2121 - name : Test
2222 run : ./gradlew test
2323 env :
2424 OPENAI_TOKEN : ${{ secrets.OPENAI_TOKEN }}
2525
26+ - name : Set up JDK 1.8
27+ uses : actions/setup-java@v3
28+ with :
29+ distribution : temurin
30+ java-version : 8
31+
2632 - name : Publish
2733 run : ./gradlew build publish --no-parallel
2834 env :
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 steps :
1212 - uses : actions/checkout@v3
1313
14- - name : Set up JDK 1.8
14+ - name : Set up JDK 17
1515 uses : actions/setup-java@v3
1616 with :
1717 distribution : temurin
18- java-version : 8
18+ java-version : 17
1919
2020 - name : Test
2121 run : ./gradlew test --stacktrace
Original file line number Diff line number Diff line change 11GROUP =com.theokanning.openai-gpt3-java
2- VERSION_NAME =0.16.1
2+ VERSION_NAME =0.17.0
33
44POM_URL =https://github.com/theokanning/openai-java
55POM_SCM_URL =https://github.com/theokanning/openai-java
You can’t perform that action at this time.
0 commit comments