mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
No need to use specific Java version for releases
This commit is contained in:
parent
210f20e714
commit
7520d20f12
1 changed files with 0 additions and 4 deletions
|
|
@ -32,10 +32,6 @@ We use [Break Versioning][breakver]. Remember our promise: patch-level bumps nev
|
|||
[breakver]: https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md
|
||||
|
||||
```bash
|
||||
# Check that you're using Java 8! Making the release with a newer Java version
|
||||
# means that it is broken when used with Java 8.
|
||||
java -version
|
||||
|
||||
# new version
|
||||
./scripts/set-version "1.0.0"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue