-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathgradle.properties
26 lines (23 loc) · 931 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
VERSION_NAME=3.6.1
kotlin.mpp.stability.nowarn=true
android.useAndroidX=true
org.jetbrains.compose.experimental.wasm.enabled=true
kotlin.native.enableKlibsCrossCompilation=true
# https://kotlinlang.org/docs/whatsnew18.html#configuration-and-setup
kotlin.mpp.androidSourceSetLayoutVersion=2
# gradle-maven-publish configuration
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
GROUP=com.github.ajalt.colormath
POM_DESCRIPTION=Multiplatform color space conversions for Kotlin
POM_INCEPTION_YEAR=2021
POM_URL=https://github.com/ajalt/colormath/
POM_LICENSE_NAME=The MIT License
POM_LICENSE_URL=https://opensource.org/licenses/MIT
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/ajalt/colormath/
POM_SCM_CONNECTION=scm:git:git://github.com/ajalt/colormath.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/ajalt/colormath.git
POM_DEVELOPER_ID=ajalt
POM_DEVELOPER_NAME=AJ Alt
POM_DEVELOPER_URL=https://github.com/ajalt/