Skip to content

Commit

Permalink
ci: Update spotless to last jdk8 compatible version (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
owarai authored Aug 18, 2023
1 parent 8527c5e commit 47f9dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java-library'
id 'maven-publish'
id 'signing'
id("com.diffplug.spotless") version "5.17.1"
id("com.diffplug.spotless") version "6.13.0" // the last jdk8 compatible version.
id 'com.github.johnrengelman.shadow' version '8.1.1'
}

Expand Down

0 comments on commit 47f9dd8

Please sign in to comment.