gradle/kotlin-dsl-samples

Demonstrate buildSrc tests in samples

Aperta

#1087 aperta il 2 set 2018

 (2 commenti) (2 reazioni) (0 assegnatari)Kotlin (444 fork)batch import
a:featurehelp wantedin:kotlin-dsl-samplesre:testing

Metriche repository

Star
 (3660 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor