Skip to content

Commit 6733bee

Browse files
authored
[#692] Upgraded spotless plugin to com.diffplug.spotless version 5.12.2 (#719)
1 parent 63fe254 commit 6733bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import java.util.regex.Pattern
33
plugins {
44
id 'java-library'
55
id 'maven-publish'
6-
id 'com.diffplug.gradle.spotless' version '4.0.1'
6+
id 'com.diffplug.spotless' version '5.12.2'
77
id 'nu.studer.credentials' version '2.1'
88
id 'org.asciidoctor.convert' version '1.5.7' apply false
99
id 'io.github.gradle-nexus.publish-plugin' version '1.0.0'
@@ -112,7 +112,7 @@ nexusPublishing {
112112

113113
subprojects {
114114
apply plugin: 'java-library'
115-
apply plugin: 'com.diffplug.gradle.spotless'
115+
apply plugin: 'com.diffplug.spotless'
116116

117117
// FIXME: Also setting the group and version here otherwise not all tasks will find them
118118
group = projectGroup

0 commit comments

Comments
 (0)