forked from gciatto/kt-math
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
51 lines (47 loc) · 1.57 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
kotlin.mpp.stability.nowarn=true
kotlin.code.style=official
kotlin.js.compiler=ir
#kotlin.js.compiler=legacy
#kotlin.js.compiler=both
org.gradle.console=plain
systemProp.org.gradle.internal.http.connectionTimeout=180000
systemProp.org.gradle.internal.http.socketTimeout=180000
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=2g
ktCompilerArgs=-opt-in=kotlin.js.ExperimentalJsExport;-opt-in=kotlin.time.ExperimentalTime;-Xexpect-actual-classes
ktCompilerArgsJvm=-Xjvm-default=all
ktCompilerArgsJs=
ktTargetJvmDisable=false
ktTargetJsDisable=false
versionsFromCatalog=libs
nodeVersion=
allWarningsAsErrors=true
mochaTimeout=180s
useKotlinBom=false
projectLongName=Kt-Math
projectDescription=Kotlin multi-platform porting of Java's BigIntegers and BigDecimals
projectHomepage=https://github.com/gciatto/kt-math
projectLicense=GPL-2.0+CE
projectLicenseUrl=https://openjdk.java.net/legal/gplv2+ce.html
scmUrl=https://github.com/gciatto/kt-math
scmConnection=git@github.com:gciatto/kt-math.git
issuesUrl=https://github.com/gciatto/kt-math/issues
issuesEmail=giovanni.ciatto@gmail.com
#mavenCentralRepo=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
mavenCentralUsername=
mavenCentralPassword=
otherMavenRepo=
repoOwner=gciatto
otherRepo=
signingKey=
signingPassword=
developerGciattoName=Giovanni Ciatto
developerGciattoEmail=giovanni.ciatto@gmail.com
developerGciattoUrl=https://about.me/gciatto
developerGciattoOrg=unibo
uniboName=Alma Mater Studiorum - Universit� di Bologna
uniboUrl=https://www.unibo.it/en/homepage
npmOrganization=
npmToken=
npmRepo=
npmDryRun=false
docStyle=html