gradle / kotlin-dsl-samples

Samples builds using the Gradle Kotlin DSL
https://gradle.org/kotlin/
Other
3.71k stars 434 forks source link

sample project that demonstrates how you can test your custom build with a JUnit5 test #1317

Open abendt opened 5 years ago

abendt commented 5 years ago

Context

While learning how to use the Kotlin DSL for Gradle I found the samples to be immensely helpful. However I missed a sample that demonstrated how to unit-test your custom logic in buildSrc with. I think other users also could benefit from some this sample.

1087

Note: this is a continuation of https://github.com/gradle/kotlin-dsl/pull/1302

Contributor Checklist

alexvas commented 5 years ago

The example is great! My only question is: why should I google is out as a PR instead of one of official Kotlin DSL samples?