Skip to content

Commit 5debcfb

Browse files
authored
Remove unnecessary Gradle properties (#849)
1 parent 1e38a36 commit 5debcfb

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

gradle.properties

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
group=org.seasar.doma
22
version=2.51.2-SNAPSHOT
33
encoding=UTF-8
4-
systemProp.org.gradle.internal.publish.checksums.insecure=true
54
projectUrl=https://github.com/domaframework/doma
65
githubUrl=[email protected]:domaframework/doma.git
76
sonatypeUsername=
@@ -11,14 +10,7 @@ release.useAutomaticVersion=true
1110
org.gradle.caching=true
1211
org.gradle.java.installations.fromEnv=JDK8,JDK18
1312
# https://github.com/diffplug/spotless/issues/834
14-
org.gradle.jvmargs=-Dfile.encoding=UTF-8 \
15-
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
16-
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
17-
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
18-
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
19-
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
20-
21-
kapt.use.worker.api=false
13+
org.gradle.jvmargs=-Dfile.encoding=UTF-8
2214

2315
testJavaLangVersion=8
2416
testUseModule=false

0 commit comments

Comments
 (0)