bootstrap

fun bootstrap(gradleCommand: String = "assemble", suffix: String = "compile")

Generate a bootstrap testing workflow that runs the gradle command line gradleCommand (./gradlew $gradleCommand).

suffix will be used to name the workflow, and the workflow file will be named kotlin-bootstrap-$suffix.yml.

Sources

jvm source
Link copied to clipboard