markotron
11/27/2017, 12:53 PMyan
11/28/2017, 7:14 AMmarkotron
11/28/2017, 11:05 AMmarkotron
11/28/2017, 11:05 AMmarkotron
11/28/2017, 11:05 AMmarkotron
11/28/2017, 11:06 AM./gradlew clean assembleDebug
you’ll get the content of the test.txt
filemarkotron
11/28/2017, 11:07 AMmarkotron
11/28/2017, 11:07 AMmarkotron
11/28/2017, 11:11 AMDiagnostic.Kind.MANDATORY_WARNING
, if I use Diagnostic.Kind.NOTE
nothing is printed. It doesn’t look like intended behavior.markotron
11/28/2017, 11:24 AMtask 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>
markotron
11/28/2017, 11:25 AMrootProject.buildDir
before running ./gradlew clean assembleDebug
yan
11/28/2017, 11:27 AMyan
11/28/2017, 11:27 AMyan
11/28/2017, 11:28 AMmarkotron
11/28/2017, 11:51 AMmarkotron
11/28/2017, 12:31 PMyan
11/28/2017, 1:24 PM