markotron
11/27/2017, 12:53 PMyan
11/28/2017, 7:14 AMmarkotron
11/28/2017, 11:05 AM./gradlew clean assembleDebug
you’ll get the content of the test.txt
fileDiagnostic.Kind.MANDATORY_WARNING
, if I use Diagnostic.Kind.NOTE
nothing is printed. It doesn’t look like intended behavior.task clean(type: Delete) {
delete rootProject.buildDir
}
This causes an error:
Error:(26, 0) Declaring custom 'clean' task when using the standard Gradle lifecycle plugins is not allowed.
<a href="openFile:/Users/markotron/Documents/experiments/KaptSampleProject/build.gradle">Open File</a>
rootProject.buildDir
before running ./gradlew clean assembleDebug
yan
11/28/2017, 11:27 AMmarkotron
11/28/2017, 11:51 AMyan
11/28/2017, 1:24 PM