gradle/kotlin-dsl-samples

Demonstrate buildSrc tests in samples

オープン

#1,087 opened on 2018/09/02

 (2 件のコメント) (2 件のリアクション) (0 人の担当者)Kotlin (444 件のフォーク)batch import
a:featurehelp wantedin:kotlin-dsl-samplesre:testing

Repository metrics

Stars
 (3,660 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド