Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras committed Oct 19, 2017
1 parent 022ca10 commit 081e3ae
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 @@ -444,7 +444,7 @@ subprojects { subproj ->
classpath.entries.findAll { it.kind == 'con' && it.path.contains('JavaSE-9') }.each {
classpath.entries.remove(it)
}
}
}
}

task eclipseJdtPrepare(type: Copy) {
Expand Down

1 comment on commit 081e3ae

@sbrannen
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops! 🙈

Thanks for fixing it for me!

Please sign in to comment.