Skip to content

Commit 2215703

Browse files
committed
Cleanup.
1 parent 102217b commit 2215703

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

gradle.properties

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@ org.gradle.caching=true
22
org.gradle.daemon=true
33
org.gradle.parallel=true
44
org.gradle.configureondemand=false
5-
# TODO tmp fix for https://github.com/diffplug/spotless/issues/834
6-
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Duser.timezone=UTC \
7-
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
8-
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
9-
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
10-
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
11-
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
5+
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Duser.timezone=UTC
126

137
kotlin.stdlib.default.dependency=false
148

@@ -19,7 +13,7 @@ projectName=graphql-java-datetime
1913
projectDescription=The set of RFC 3339 compliant date/time scalar types for GraphQL Java implementation
2014
projectLicenseShortName=Apache-2.0
2115
projectLicenseName=The Apache Software License, Version 2.0
22-
projectLicenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
16+
projectLicenseUrl=https://www.apache.org/licenses/LICENSE-2.0.txt
2317
projectScmUrl=https://github.com/tailrocks/graphql-java-datetime
2418
projectScmConnection=[email protected]:tailrocks/graphql-java-datetime.git
2519
projectScmDeveloperConnection=scm:git:https://github.com/tailrocks/graphql-java-datetime.git

0 commit comments

Comments
 (0)