Skip to content

Commit

Permalink
docs: mention jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Tian committed Nov 23, 2023
1 parent a7f912f commit 2c01273
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
custom: ['https://afdian.net/a/hardway']
2 changes: 0 additions & 2 deletions .github/workflows/mavenpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: Maven Package
on:
release:
types: [released]
push:
branches: [ master ]

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

## 本地开发

需要 JDK 17 或者以上。

```shell script
mvn install
```
Expand Down

0 comments on commit 2c01273

Please sign in to comment.