Skip to content

Commit

Permalink
Updated to Spotless 6.7.1 which no longer requires a work-around for …
Browse files Browse the repository at this point in the history
…JDK 17. Removed the work-around. (#1506)

Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable authored Jun 13, 2022
1 parent 24ccaa2 commit e93a4bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {
}

plugins {
id 'com.diffplug.spotless' version '6.6.1'
id 'com.diffplug.spotless' version '6.7.1'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
}

Expand Down
9 changes: 0 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,3 @@
#

version=1.5.0-SNAPSHOT

# Work-around for a Spotless Gradle issue:
# https://github.com/diffplug/spotless/issues/834#issuecomment-819118761
org.gradle.jvmargs=\
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED

0 comments on commit e93a4bd

Please sign in to comment.