Skip to content

Commit

Permalink
Migrated spotlessSelf.gradle for the new freshmark.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Dec 7, 2016
1 parent d95503c commit d3994cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spotlessSelf.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
id 'com.diffplug.gradle.spotless'
id 'java'
}
repositories { mavenCentral() }
spotless {
java {
target '**/*.java'
Expand All @@ -13,6 +14,7 @@ spotless {
}
freshmark {
target '**/*.md'
propertiesFile('gradle.properties')
}
format 'misc', {
target '**/*.gradle', '**/*.md', '**/*.gitignore'
Expand Down

0 comments on commit d3994cf

Please sign in to comment.