We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63fe254 commit 6733beeCopy full SHA for 6733bee
build.gradle
@@ -3,7 +3,7 @@ import java.util.regex.Pattern
3
plugins {
4
id 'java-library'
5
id 'maven-publish'
6
- id 'com.diffplug.gradle.spotless' version '4.0.1'
+ id 'com.diffplug.spotless' version '5.12.2'
7
id 'nu.studer.credentials' version '2.1'
8
id 'org.asciidoctor.convert' version '1.5.7' apply false
9
id 'io.github.gradle-nexus.publish-plugin' version '1.0.0'
@@ -112,7 +112,7 @@ nexusPublishing {
112
113
subprojects {
114
apply plugin: 'java-library'
115
- apply plugin: 'com.diffplug.gradle.spotless'
+ apply plugin: 'com.diffplug.spotless'
116
117
// FIXME: Also setting the group and version here otherwise not all tasks will find them
118
group = projectGroup
0 commit comments