Skip to content

Commit

Permalink
Merge pull request #291 from ie3-institute/sp/#59-remove-spotless-wor…
Browse files Browse the repository at this point in the history
…karound

Remove workaround for spotless google-java-format
  • Loading branch information
danielfeismann authored Jul 22, 2022
2 parents b60041a + 4bbc4b3 commit a39bfec
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,11 @@

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.

# Workaround to make spotless work with java 17 -
# see https://github.com/diffplug/spotless/tree/main/plugin-gradle#google-java-format and
# https://github.com/ie3-institute/simona/issues/59 for details
org.gradle.jvmargs=-Xmx4096m \
--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
org.gradle.jvmargs=-Xmx4096m

# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

com.github.maiflai.gradle-scalatest.mode = append
com.github.maiflai.gradle-scalatest.mode = append

0 comments on commit a39bfec

Please sign in to comment.