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