Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 16, 2024
1 parent 9d89c77 commit 95a1097
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
java-version: 20
- uses: actions/cache@v1
with:
path: ~/.m2/repository
Expand Down
11 changes: 3 additions & 8 deletions README.md
@@ -1,4 +1,4 @@
<img alt="logo" src="http://img.qulice.com/logo.svg" width="200px" height="55px"/>
<img alt="logo" src="https://www.qulice.com/logo.svg" width="200px" height="55px"/>

[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)
[![DevOps By Rultor.com](http://www.rultor.com/b/yegor256/qulice)](http://www.rultor.com/p/yegor256/qulice)
Expand Down Expand Up @@ -47,12 +47,7 @@ Just add this plugin to your `pom.xml`:
</build>
```

Then, make sure you have the JDK binaries (including the Java compiler `javac`)
accessible from your `PATH` environment variable (e.g. if you have JDK 1.8.0
installed in Windows your PATH should contain something like `C:\Program
Files\Java\jdk1.8.0\bin`).

Also remember that we support Maven version >= 3.1.0.
Also remember that we support Maven 3.1+.

The path to license has to be declared in the following format:
`file:${basedir}/LICENSE.txt`, it's the default value, one can use any full path
Expand All @@ -79,4 +74,4 @@ sending us your pull request please run full Maven build:
$ mvn clean install -Pqulice
```

Keep in mind that JDK7 and Maven 3.1.0 are the lowest versions you may use.
Keep in mind that JDK 11+ and Maven 3.8+ are the lowest versions you may use.

0 comments on commit 95a1097

Please sign in to comment.