gradle/kotlin-dsl-samples

Demonstrate buildSrc tests in samples

开放

#1,087 创建于 2018年9月2日

 (2 条评论) (2 个反应) (0 位负责人)Kotlin (444 个派生)batch import
a:featurehelp wantedin:kotlin-dsl-samplesre:testing

仓库指标

星标
 (3,660 个星标)
PR 合并指标
 (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.

贡献者指南