From 42d2b68d5ea855a85fb81de5d3c7c2dfa1181e2d Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Thu, 18 Aug 2022 16:17:45 +0100 Subject: [PATCH] Update readme --- README.adoc | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.adoc b/README.adoc index 757bcf41..2408a2a8 100644 --- a/README.adoc +++ b/README.adoc @@ -1,19 +1,17 @@ = Spring Shell -Active development branch is `2.1.x` and `main` branch is development branch targeting `Spring Boot 3.x` and `Spring Framework 6.x`. +Active development branch is `main` targeting work for `3.0.x` and `2.1.x` is for maintaining current latest release. == Building -``` -./mvnw package -``` -== Running -The project comes with a sample application, showcasing the various ways you can write commands. +Building and running tests: ``` -./mvnw install -./mvnw -pl spring-shell-samples spring-boot:run +./gradlew build ``` -From there, try typing `help` or `help ` at the shell prompt. +Publishing to local maven cache: +``` +./gradlew publishToMavenLocal +```