-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
24 lines (22 loc) · 1002 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
kotlin.incremental=false
org.gradle.daemon=false
org.gradle.parallel=false
org.gradle.configureondemand=false
kotlin.compiler.execution.strategy=in-process
kotlin.daemon.debug.log=true
kotlin.js.compiler=ir
org.gradle.jvmargs=-Xmx4g
project.group=com.xebia
pom.name=asfuture
pom.description=Kotlin Compiler plugin to automatically generate Future based APIs from Kotlin suspend functions
pom.url=https://github.com/xebia-functional/asfuture
pom.license.name=The Apache Software License, Version 2.0
pom.license.url=https://www.apache.org/licenses/LICENSE-2.0.txt
pom.developer.id=xebia-functional-engineering
pom.developer.name=Xebia Functional Engineering
pom.smc.url=https://github.com/xebia-functional/asfuture
pom.smc.connection=scm:git:git://github.com/xebia-functional/asfuture.git
pom.smc.developerConnection=scm:git:ssh://[email protected]/xebia-functional/asfuture.git
# Workaround to disable Dokka setup from Arrow Gradle Config
dokkaEnabled=false