forked from niscy-eudiw/eudi-lib-kmp-etsi-1196x2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
49 lines (38 loc) · 1.53 KB
/
Copy pathgradle.properties
File metadata and controls
49 lines (38 loc) · 1.53 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
# Gradle settings
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# Kotlin Multiplatform settings
kotlin.mpp.enableCInteropCommonization=true
kotlin.native.ignoreDisabledTargets=true
# Android settings
android.useAndroidX=true
android.nonTransitiveRClass=true
# API PROPERTIES
android.targetSdk=34
android.minSdk=26
# Dokka configuration
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
# Publishing settings
group=eu.europa.ec.eudi
version=0.4.0-alpha.7
# Maven Publish Plugin settings
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true
SONATYPE_AUTOMATIC_RELEASE=false
POM_NAME=EUDI ETSI 1196x2 library
POM_DESCRIPTION=A library for cheking certificates against ETSI 1196x2 standards
POM_URL=https://github.com/eu-digital-identity-wallet/eudi-lib-kmp-etsi-1196x2
POM_LICENSE_NAME=The Apache Software License, Version 2.0
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_SCM_URL=https://github.com/eu-digital-identity-wallet/eudi-lib-kmp-etsi-1196x2
POM_SCM_CONNECTION=scm:git:git://github.com/eu-digital-identity-wallet/eudi-lib-kmp-etsi-1196x2.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/eu-digital-identity-wallet/eudi-lib-kmp-etsi-1196x2.git
POM_ISSUE_SYSTEM=github
POM_ISSUE_URL=https://github.com/eu-digital-identity-wallet/eudi-lib-kmp-etsi-1196x2/issues
POM_DEVELOPER_ID=eudi
POM_DEVELOPER_NAME=EUDI Team
POM_DEVELOPER_URL=https://github.com/eu-digital-identity-wallet
GITHUB_PUBLISH_TOKEN=