Skip to content

Commit

Permalink
Merge pull request #16 from codefreak/fix/java-spotless
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
erikhofer authored Sep 7, 2020
2 parents 85ad499 + df49abf commit d4ddfe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/java/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id "com.diffplug.gradle.spotless" version "3.23.0"
id "com.diffplug.spotless" version "5.3.0"
id "pmd"
id "eclipse"
}
apply plugin: 'java'
apply plugin: 'com.diffplug.gradle.spotless'
apply plugin: 'com.diffplug.spotless'

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.1'
Expand Down

0 comments on commit d4ddfe6

Please sign in to comment.