Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7fbd0a7

Browse filesBrowse files
committed
Update to version 0.17.0
1 parent 3a2d010 commit 7fbd0a7
Copy full SHA for 7fbd0a7

File tree

Expand file treeCollapse file tree

3 files changed

+11
-5
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+11
-5
lines changed

‎.github/workflows/publish.yml

Copy file name to clipboardExpand all lines: .github/workflows/publish.yml
+8-2Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+2-2Lines 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

Copy file name to clipboardExpand all lines: gradle.properties
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.