Skip to content

Commit

Permalink
fix(java17): upgrade Spotless to support JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgogerly committed Nov 30, 2023
1 parent 8bb8d8f commit cf985fc
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,5 +1,5 @@
plugins {
id "com.diffplug.spotless" version "5.17.1" apply false
id "com.diffplug.spotless" version "6.23.2" apply false
id "com.gradle.plugin-publish" version "0.12.0" apply false
}

Expand Down
2 changes: 1 addition & 1 deletion spinnaker-project-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'groovy'
dependencies {
implementation 'com.github.jk1:gradle-license-report:1.8'
implementation 'org.owasp:dependency-check-gradle:5.1.0'
implementation "com.diffplug.spotless:spotless-plugin-gradle:5.17.1"
implementation "com.diffplug.spotless:spotless-plugin-gradle:6.23.2"
implementation 'org.eclipse.jgit:org.eclipse.jgit:5.4.0.201906121030-r'
implementation 'com.netflix.nebula:gradle-ospackage-plugin:8.4.1'
implementation 'gradle.plugin.com.google.cloud.artifactregistry:artifactregistry-gradle-plugin:2.1.1'
Expand Down

0 comments on commit cf985fc

Please sign in to comment.