remove auto rewrite

This commit is contained in:
CypherpunkSamurai 2023-03-09 23:43:55 +05:30
parent d929aa6652
commit 00eca1bd38
1 changed files with 3 additions and 6 deletions

View File

@ -3,13 +3,10 @@ import com.android.tools.profgen.ArtProfileSerializer
import com.android.tools.profgen.DexFile
plugins {
id 'java'
id 'maven-publish'
id "com.android.application"
id "kotlin-android"
id "kotlin-kapt"
id "kotlin-parcelize"
id("org.openrewrite.rewrite") version("5.37.0")
id "checkstyle"
id "org.sonarqube" version "3.5.0.2730"
}
@ -132,9 +129,9 @@ checkstyle {
toolVersion = checkstyleVersion
}
task rewrite {
activeRecipe("org.openrewrite.java.cleanup.Cleanup")
}
//task rewrite {
// activeRecipe("org.openrewrite.java.cleanup.Cleanup")
//}
task runCheckstyle(type: Checkstyle) {
source 'src'