Skip to content

Commit

Permalink
Update readme and build version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bapt Abl committed Feb 18, 2022
1 parent 5d67d1d commit 2529dbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ Result:
## Development environment setup
### Build

Requires Java 14 or 15.
Requires Gradle 6.6.1 (but you should use the packaged gradlew included in this repo anyway).
Requires Java 15, 16 or 17.
Requires Gradle 7.4 (but you should use the packaged gradlew included in this repo).

### Development Environment Setup

Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ repositories {
}

group = 'org.elasticsearch.plugin'
version = "${plugin_version}"

apply plugin: 'java'
apply plugin: 'idea'
Expand Down

0 comments on commit 2529dbc

Please sign in to comment.