forked from tuProlog/2p-kt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
43 lines (34 loc) · 876 Bytes
/
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
32
33
34
35
36
37
38
39
40
41
42
43
org.gradle.console=plain
kotlin.code.style=official
systemProp.org.gradle.internal.http.connectionTimeout=180000
systemProp.org.gradle.internal.http.socketTimeout=180000
javaVersion=8
# semicolon separated
ktFreeCompilerArgsJvm=-Xjvm-default=enable
# mocha timeout for a single test method, in milli-seconds
mochaTimeout=60000
# Signing
signingKey=
signingPassword=
# Maven Central
ossrhUsername=
ossrhPassword=
# Bintray
bintrayUser=
bintrayKey=
# NPM
npmToken=
# GitHub
githubToken=
githubOwner=tuProlog
githubRepo=2p-kt
# Misc
sonatypeUrl=https://oss.sonatype.org/service/local/staging/deploy/maven2/
gcName=Giovanni Ciatto
gcEmail=giovanni.ciatto@unibo.it
gcUrl=https://about.me/gciatto
projectHomepage=https://github.com/tuProlog/2p-kt
projectIssues=https://github.com/gciatto/kt-math/issues
bintrayRepo=tuprolog
bintrayUserOrg=pika-lab
projectLicense=Apache-2.0