Skip to content

Commit

Permalink
build(deps): bump com.diffplug.spotless from 5.17.1 to 6.1.0 (#1892)
Browse files Browse the repository at this point in the history
* build(deps): bump com.diffplug.spotless from 5.17.1 to 6.1.0

Bumps com.diffplug.spotless from 5.17.1 to 6.1.0.

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* build: fix the version of Eclipse JDT to avoid IllegalArgumentException

refs #1892

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kengo TODA <skypencil+github@gmail.com>
  • Loading branch information
dependabot[bot] and KengoTODA committed Jan 5, 2022
1 parent 6a2a4e8 commit d00ac8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "org.sonarqube" version "3.3"
id "com.diffplug.spotless" version "5.17.1"
id "com.diffplug.spotless" version "6.1.0"
id "org.gradle.crypto.checksum" version "1.2.0"
id "com.github.spotbugs" version "5.0.3"
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/spotless.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: "com.diffplug.spotless"
spotless {
java {
removeUnusedImports()
eclipse().configFile "${rootProject.projectDir}/gradle/eclipse-formatter.xml"
eclipse("4.13.0").configFile "${rootProject.projectDir}/gradle/eclipse-formatter.xml"
endWithNewline()
lineEndings 'UNIX'
}
Expand Down

0 comments on commit d00ac8f

Please sign in to comment.