File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,7 @@ org.gradle.caching=true
2
2
org.gradle.daemon =true
3
3
org.gradle.parallel =true
4
4
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
12
6
13
7
kotlin.stdlib.default.dependency =false
14
8
@@ -19,7 +13,7 @@ projectName=graphql-java-datetime
19
13
projectDescription =The set of RFC 3339 compliant date/time scalar types for GraphQL Java implementation
20
14
projectLicenseShortName =Apache-2.0
21
15
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
23
17
projectScmUrl =https://github.com/tailrocks/graphql-java-datetime
24
18
projectScmConnection =
[email protected] :tailrocks/graphql-java-datetime.git
25
19
projectScmDeveloperConnection =scm:git:https://github.com/tailrocks/graphql-java-datetime.git
You can’t perform that action at this time.
0 commit comments