Files
spring-shell/README.adoc
Janne Valkealahti fcb4f076cd Update readme
2023-01-27 13:00:20 +00:00

18 lines
285 B
Plaintext

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