From 1cafdf99f9bc5c044a9fce1f75d44f99129abafb Mon Sep 17 00:00:00 2001 From: volodya-lombrozo Date: Thu, 27 Feb 2025 13:31:18 +0300 Subject: [PATCH 1/3] feat(#3957): add a note about xcop --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 388cbc014b1..163ce7f6ca3 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,8 @@ before sending us your pull request please run full Maven build: mvn clean install -Pqulice ``` -You will need [Maven 3.3+](https://maven.apache.org) and Java 11+ installed. +You will need [Maven 3.3+](https://maven.apache.org), Java 11+ and +[xcop](https://github.com/yegor256/xcop) 0.8.0+ installed. ## Special thanks From 698ee2901a05be684010493da6d70e3bdd94d30e Mon Sep 17 00:00:00 2001 From: volodya-lombrozo Date: Thu, 27 Feb 2025 13:44:58 +0300 Subject: [PATCH 2/3] feat(#3957): fix the description of xcop a bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 163ce7f6ca3..e6bd23952bb 100644 --- a/README.md +++ b/README.md @@ -315,8 +315,9 @@ before sending us your pull request please run full Maven build: mvn clean install -Pqulice ``` -You will need [Maven 3.3+](https://maven.apache.org), Java 11+ and -[xcop](https://github.com/yegor256/xcop) 0.8.0+ installed. +You will need [Maven 3.3+](https://maven.apache.org) and Java 11+ installed. +Also, if you have [xcop](https://github.com/yegor256/xcop) installed, make sure +it is version `0.8.0`+. ## Special thanks From 22baa84ecc4e9e9b187466fad13b7d9a9689ff9e Mon Sep 17 00:00:00 2001 From: volodya-lombrozo Date: Thu, 27 Feb 2025 13:46:33 +0300 Subject: [PATCH 3/3] feat(#3957): remove a trailing space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6bd23952bb..ed025ddb2c1 100644 --- a/README.md +++ b/README.md @@ -316,7 +316,7 @@ mvn clean install -Pqulice ``` You will need [Maven 3.3+](https://maven.apache.org) and Java 11+ installed. -Also, if you have [xcop](https://github.com/yegor256/xcop) installed, make sure +Also, if you have [xcop](https://github.com/yegor256/xcop) installed, make sure it is version `0.8.0`+. ## Special thanks