forked from xebia-functional/xef
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
23 lines (20 loc) · 912 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
kotlin.code.style=official
kotlin.js.compiler=ir
kotlin.native.cacheKind=none
project.group=com.xebia
pom.name=xef
pom.description=Building applications with LLMs through composability in Kotlin
pom.url=https://github.com/xebia-functional/xef
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.developer.email=functional-ops@xebia.com
pom.smc.url=https://github.com/xebia-functional/xef
pom.smc.connection=scm:git:git://github.com/xebia-functional/xef.git
pom.smc.developerConnection=scm:git:ssh://git@github.com/xebia-functional/xef.git
org.gradle.jvmargs=-Xmx4g -XX:+UseParallelGC
org.gradle.parallel=true
systemProp.org.gradle.unsafe.kotlin.assignment=true
# Workaround to disable Dokka setup from Arrow Gradle Config
dokkaEnabled=false