Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit 7fbd0a7

Browse files
committed
Update to version 0.17.0
1 parent 3a2d010 commit 7fbd0a7

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.theokanning.openai-gpt3-java
2-
VERSION_NAME=0.16.1
2+
VERSION_NAME=0.17.0
33

44
POM_URL=https://github.com/theokanning/openai-java
55
POM_SCM_URL=https://github.com/theokanning/openai-java

0 commit comments

Comments
 (0)