gradle/kotlin-dsl-samples

Demonstrate buildSrc tests in samples

Offen

#1.087 geöffnet am 02.09.2018

 (2 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Kotlin (444 Forks)batch import
a:featurehelp wantedin:kotlin-dsl-samplesre:testing

Repository-Metriken

Stars
 (3.660 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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