Skip to content

Commit

Permalink
chore(deps): update plugin com.diffplug.spotless to v6.11.0 (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg authored Oct 11, 2022
2 parents 23784ba + 744a2d9 commit d201491
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repositories {
mavenCentral()
}
apply from: rootProject.file('gradle/java-publish.gradle')
apply from: rootProject.file('gradle/changelog.gradle')
allprojects {
apply from: rootProject.file('gradle/spotless.gradle')
}
apply from: rootProject.file('gradle/spotless-freshmark.gradle')

repositories {
mavenCentral()
}
spotless {
groovyGradle {
target '*.gradle', 'gradle/*.gradle'
Expand Down
2 changes: 1 addition & 1 deletion plugin-gradle/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apply from: rootProject.file('gradle/changelog.gradle')
ext.artifactId = project.artifactIdGradle
version = spotlessChangelog.versionNext
apply plugin: 'java-library'
apply from: rootProject.file('gradle/java-setup.gradle')
apply from: rootProject.file('gradle/spotless-freshmark.gradle')

apply plugin: 'java-library'
apply plugin: 'com.gradle.plugin-publish'
apply plugin: 'java-gradle-plugin'

Expand Down
1 change: 1 addition & 0 deletions plugin-maven/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ buildscript {
plugins {
id 'cz.malohlava.visteg' version '1.0.5' // https://github.com/mmalohlava/gradle-visteg
}
repositories { mavenCentral() }
apply from: rootProject.file('gradle/changelog.gradle')
apply from: rootProject.file('gradle/spotless-freshmark.gradle')

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
plugins {
id 'com.diffplug.spotless' version '6.5.0'
id 'com.diffplug.spotless' version '6.11.0'
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
id 'com.gradle.plugin-publish' version '1.0.0'
// https://github.com/gradle-nexus/publish-plugin/releases
Expand Down

0 comments on commit d201491

Please sign in to comment.