-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
50 lines (42 loc) · 1.9 KB
/
Copy pathgradle.properties
File metadata and controls
50 lines (42 loc) · 1.9 KB
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
GROUP=sk.ainet.transformers
VERSION_NAME=0.31.0
POM_DESCRIPTION=SKaiNET-transformers
POM_URL=https://github.com/SKaiNET-developers/SKaiNET-transformers/
POM_SCM_URL=https://github.com/SKaiNET-developers/SKaiNET-transformers
POM_SCM_CONNECTION=scm:git:git@github.com:SKaiNET-developers/SKaiNET-transformers.git
POM_SCM_DEV_CONNECTION=scm:git:ssh@github.com:SKaiNET-developers/SKaiNET-transformers.git
POM_LICENCE_NAME=MIT License
POM_LICENCE_URL=https://mit-license.org/
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=SKaiNET-developers
POM_DEVELOPER_NAME=SKaiNET development team
POM_DEVELOPER_URL=https://github.com/SKaiNET-developers/
mavenCentralPublishing=true
mavenCentralAutomaticPublishing=true
signAllPublications=true
#Gradle
org.gradle.jvmargs=-Xmx8192M -XX:MaxMetaspaceSize=1024M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx8192M,-XX:MaxMetaspaceSize=1024M"
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.parallel=true
org.gradle.configureondemand=false
#Kotlin
kotlin.code.style=official
#MPP
kotlin.mpp.enableCInteropCommonization=true
#Android
android.useAndroidX=true
android.nonTransitiveRClass=true
# AGP's DependencyResolutionChecks fails the build when a configuration resolves
# at configuration time. KGP's KotlinPackageJsonTask resolves the Kotlin/JS + Wasm
# `*NpmAggregated` configs at config time (we have JS npm deps: ktor-client-js,
# kotlinx-browser), so `assemble`/`allTests` throw `Configuration 'jsNpmAggregated'
# was resolved during configuration time` (gradle#31483) — a false positive against
# KGP's known behaviour. Downgrade AGP's check from fail to warn. NOTE: AGP reads
# this option only from the project gradle.properties — NOT from -P or the CI's
# ~/.gradle/gradle.properties.
android.dependencyResolutionAtConfigurationTime.disallow=false
kotlin.mpp.stability.nowarn=true
SONATYPE_HOST=DEFAULT
SONATYPE_AUTOMATIC_RELEASE=false
RELEASE_SIGNING_ENABLED=false