File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v2
1212 - uses : actions/setup-java@v1
1313 with :
14- java-version : 11
14+ java-version : 20
1515 - uses : actions/cache@v1
1616 with :
1717 path : ~/.m2/repository
Original file line number Diff line number Diff line change 1- <img alt =" logo " src =" http ://img .qulice.com/logo.svg" width =" 200px " height =" 55px " />
1+ <img alt =" logo " src =" https ://www .qulice.com/logo.svg" width =" 200px " height =" 55px " />
22
33[ ![ EO principles respected here] ( https://www.elegantobjects.org/badge.svg )] ( https://www.elegantobjects.org )
44[ ![ DevOps By Rultor.com] ( http://www.rultor.com/b/yegor256/qulice )] ( http://www.rultor.com/p/yegor256/qulice )
@@ -47,12 +47,7 @@ Just add this plugin to your `pom.xml`:
4747</build >
4848```
4949
50- Then, make sure you have the JDK binaries (including the Java compiler ` javac ` )
51- accessible from your ` PATH ` environment variable (e.g. if you have JDK 1.8.0
52- installed in Windows your PATH should contain something like `C:\Program
53- Files\Java\jdk1.8.0\bin`).
54-
55- Also remember that we support Maven version >= 3.1.0.
50+ Also remember that we support Maven 3.1+.
5651
5752The path to license has to be declared in the following format:
5853` file:${basedir}/LICENSE.txt ` , it's the default value, one can use any full path
@@ -79,4 +74,4 @@ sending us your pull request please run full Maven build:
7974$ mvn clean install -Pqulice
8075```
8176
82- Keep in mind that JDK7 and Maven 3.1.0 are the lowest versions you may use.
77+ Keep in mind that JDK 11+ and Maven 3.8+ are the lowest versions you may use.
You can’t perform that action at this time.
0 commit comments