Spring Wave is released under the Apache 2.0 license. If you would like to contribute something, or simply want to hack on the code this document should help you get started.
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
We use GitHub issues to track bugs and enhancements. If you are reporting a bug, please help to speed up problem diagnosis by providing as much information as possible.
To build the source you will need to install Java 8+.
The project can be built from the root directory using the standard Gradle command:
$ ./gradlew build
Documentation can be built via the following Gradle command:
$ ./gradlew asciidoctor
In order to get syntax highlighting for Kotlin code, asciidoctor-rouge needs to be installed before running the following command:
$ asciidoctor -r asciidoctor-rouge -a source-highlighter=rouge src/docs/asciidoc/reference.adoc -o build/docs/html5/reference.html