-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgradle.properties
31 lines (31 loc) · 1.07 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Gradle
gradleWrapperVersion=5.2.1
## Gradle plugins
# https://plugins.gradle.org/plugin/com.github.ben-manes.versions
gradleVersionsPluginVersion=0.20.0
# https://plugins.gradle.org/plugin/com.jfrog.artifactory
gradleArtifactoryPluginVersion=4.9.0
# https://plugins.gradle.org/plugin/com.jfrog.bintray
gradleBintrayPluginVersion=1.8.4
## Gradle config
org.gradle.caching=true
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.jvmargs=-Dsun.jnu.encoding=UTF-8 -Djavax.servlet.request.encoding=UTF-8 -Dfile.encoding=UTF-8 -Duser.timezone=UTC
# Libraries
kotlin.version=1.3.31
graphqlJavaVersion=13.0
graphqlJavaServletVersion=8.0.0
graphqlSpringBootVersion=5.10.0
graphqlJavaToolsVersion=5.6.1
springBootVersion=2.1.6.RELEASE
groovyVersion=2.5.5
spockVersion=1.2-groovy-2.5
# Project
projectVersion=2.10.5
projectName=rains-graphql-java-extended
projectDescription=graphql-java-extended, scalar types ,Directive Validation for GraphQL Java implementation
projectGitRepoUrl=https://github.com/
projectLicense=Apache-2.0
projectLicenseUrl=https://github.com/