Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 648 Bytes

File metadata and controls

26 lines (18 loc) · 648 Bytes

This example project uses Kotlin together with Gradle which uses Kotlin. For a example using Java and Groovy please see doc/Example-Gradle-Project.

Build the Gradle example project with: gradle build

Run the project (SolverOverviewTable): gradle run

Run the tests (run when building anyway): gradle test

Build a jar: gradle assemble

Information about the project are found in build.gradle.kts as comments.