Skip to content

Commit 95a1097

Browse files
committed
doc
1 parent 9d89c77 commit 95a1097

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

5752
The 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.

0 commit comments

Comments
 (0)