Skip to content

Commit d201491

Browse files
authored
chore(deps): update plugin com.diffplug.spotless to v6.11.0 (#1317)
2 parents 23784ba + 744a2d9 commit d201491

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1+
repositories {
2+
mavenCentral()
3+
}
14
apply from: rootProject.file('gradle/java-publish.gradle')
25
apply from: rootProject.file('gradle/changelog.gradle')
36
allprojects {
47
apply from: rootProject.file('gradle/spotless.gradle')
58
}
69
apply from: rootProject.file('gradle/spotless-freshmark.gradle')
710

8-
repositories {
9-
mavenCentral()
10-
}
1111
spotless {
1212
groovyGradle {
1313
target '*.gradle', 'gradle/*.gradle'

plugin-gradle/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apply from: rootProject.file('gradle/changelog.gradle')
22
ext.artifactId = project.artifactIdGradle
33
version = spotlessChangelog.versionNext
4+
apply plugin: 'java-library'
45
apply from: rootProject.file('gradle/java-setup.gradle')
56
apply from: rootProject.file('gradle/spotless-freshmark.gradle')
67

7-
apply plugin: 'java-library'
88
apply plugin: 'com.gradle.plugin-publish'
99
apply plugin: 'java-gradle-plugin'
1010

plugin-maven/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ buildscript {
55
plugins {
66
id 'cz.malohlava.visteg' version '1.0.5' // https://github.com/mmalohlava/gradle-visteg
77
}
8+
repositories { mavenCentral() }
89
apply from: rootProject.file('gradle/changelog.gradle')
910
apply from: rootProject.file('gradle/spotless-freshmark.gradle')
1011

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginManagement {
22
plugins {
3-
id 'com.diffplug.spotless' version '6.5.0'
3+
id 'com.diffplug.spotless' version '6.11.0'
44
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
55
id 'com.gradle.plugin-publish' version '1.0.0'
66
// https://github.com/gradle-nexus/publish-plugin/releases

0 commit comments

Comments
 (0)