Skip to content

Commit 25abfca

Browse files
committed
Merge remote-tracking branch 'upstream/for-jdk17' into for-jdk17
2 parents 0daaa38 + 052d714 commit 25abfca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Java and Maven
1515
uses: actions/setup-java@v1
1616
with:
17-
java-version: 1.8
17+
java-version: 17
1818

1919
- name: Install nebula-graph
2020
run: |

README-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ This source code is licensed under Apache 2.0 License.
8989
- Gradle
9090

9191
```groovy
92-
implementation 'org.nebula-contrib:ngbatis:1.3.0'
92+
implementation 'org.nebula-contrib:ngbatis:1.3.0-jdk17'
9393
```
9494

9595
### 参考 [【ngbatis-demo】](./ngbatis-demo),与springboot无缝集成。在该项目的 test 中还有api的样例。在开发过程中每增加一个特性也都会同步更新ngbatis-demo的用例

0 commit comments

Comments
 (0)