Skip to content

Commit d6eef95

Browse files
committed
fix: spotless plugin config activation
1 parent 814435e commit d6eef95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ allprojects {
1717
mavenCentral()
1818
}
1919

20-
project.pluginManager.withPlugin("com.diffplug.gradle.spotless") {
20+
project.pluginManager.withPlugin("com.diffplug.spotless") {
2121
spotless {
2222
java {
2323
licenseHeaderFile rootProject.file('extra/licensing/mit-license.java')

0 commit comments

Comments
 (0)