buildkite / templates

Buildkite pipeline templates
https://buildkite.com/pipelines/templates
MIT License
2 stars 1 forks source link

Kotlin and Gradle template #25

Closed clbarrell closed 7 months ago

clbarrell commented 9 months ago

Adds a CI for Kotlin template using Gradle for building and testing.

It's essentially the same as the java-gradle template, but I've tested it running over a Kotlin example project.

Resolves #17