Skip to content

Commit cd9b531

Browse files
author
Vincent Potucek
committed
[Experimental] Add rewrite support for RemoveUnusedPrivateMethods & RemoveUnusedImports
1 parent 6c8b39f commit cd9b531

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ spotless {
6464
//licenseHeaderFile("$rootDir/checkstyle/java.header", 'package') todo apply me
6565
}
6666
scala {
67-
target('**/*.scala')
6867
scalafmt("$versions.scalafmt").configFile("$rootDir/checkstyle/.scalafmt.conf").scalaMajorVersion(versions.baseScala)
69-
licenseHeaderFile("$rootDir/checkstyle/java.header", 'package')
68+
//licenseHeaderFile("$rootDir/checkstyle/java.header", 'package') todo apply me
7069
}
7170
}
7271

0 commit comments

Comments
 (0)