gradle/kotlin-dsl-samples

Demonstrate buildSrc tests in samples

Open

#1,087 opened on Sep 2, 2018

 (2 comments) (2 reactions) (0 assignees)Kotlin (444 forks)batch import
a:featurehelp wantedin:kotlin-dsl-samplesre:testing

Repository metrics

Stars
 (3,660 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

According to the gradle guide, buildSrc should be preferred over script plugins as it is easier to maintain, refactor and test the code.

Yet none of the samples inside kotlin-dsl have a directory /buildSrc/src/test

So one hand we are on our own to figure out how it works, on the other hand it gives the impression that someone is not walking the walk.

Contributor guide