Files
spring-shell/README.adoc
Janne Valkealahti 42d2b68d5e Update readme
2022-08-18 16:17:45 +01:00

18 lines
274 B
Plaintext

= Spring Shell
Active development branch is `main` targeting work for `3.0.x` and `2.1.x` is for maintaining current latest release.
== Building
Building and running tests:
```
./gradlew build
```
Publishing to local maven cache:
```
./gradlew publishToMavenLocal
```