Note
This contribution guide is still work-in-progress.
Tip
All commands are also available as IntelliJ run configurations in the .run
directory.
./gradlew allTests --quiet --stacktrace
./gradlew :docs:dokkaGenerate --stacktrace
Important
Do not commit the docs/history
yourself;
It'll be generated automatically.
A link to the documentation link will be provided in the console,
in the form of localhost:PORT/spock/docs/current/index.html
,
usually on port 63342.
./gradlew :example:jvmRun --quiet --stacktrace
Note
Replace Platform
below with your operating system; for example, LinuxX64
.
./gradlew :example:runDebugExecutablePlatform --quiet --stacktrace
./gradlew :example:runReleaseExecutablePlatform --quiet --stacktrace
./gradlew :example:wasmJsBrowserDevelopmentRun --quiet --stacktrace
./gradlew :example:wasmJsBrowserDevelopmentRun --quiet --stacktrace