Update building.md
build keycloak-js-adapter-jar error, requires Maven version >= 3.6.0
This commit is contained in:
parent
9e8f5bb45c
commit
40cc3a0394
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
## Building from source
|
## Building from source
|
||||||
|
|
||||||
Ensure you have JDK 11 (or newer), Maven 3.5.4 (or newer) and Git installed
|
Ensure you have JDK 11 (or newer), Maven 3.6.3 (or newer) and Git installed
|
||||||
|
|
||||||
java -version
|
java -version
|
||||||
mvn -version
|
mvn -version
|
||||||
|
@ -99,4 +99,4 @@ as it's excluded by default:
|
||||||
|
|
||||||
mvn clean install -Poperator -DskipTests
|
mvn clean install -Poperator -DskipTests
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue