-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
48 lines (35 loc) · 1.6 KB
/
gradle.properties
File metadata and controls
48 lines (35 loc) · 1.6 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
# Kotlin configuration
kotlin.code.style=official
# Gradle options
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8
# Dokka configuration
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
# Project properties
group=eu.europa.ec.eudi
version=0.8.1-SNAPSHOT
# Sonar
systemProp.sonar.host.url=https://sonarcloud.io
systemProp.sonar.gradle.skipCompile=true
# Maven publishing properties
SONATYPE_HOST=CENTRAL_PORTAL
SONATYPE_AUTOMATIC_RELEASE=false
RELEASE_SIGNING_ENABLED=true
POM_NAME=EUDI rQES CSC library
POM_DESCRIPTION=EUDI rQES CSC library
POM_URL=https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-rqes-csc-kt
POM_LICENSE_NAME=The Apache License, Version 2.0
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_SCM_URL=https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-rqes-csc-kt
POM_SCM_CONNECTION=scm:git:git@github.com:eu-digital-identity-wallet/eudi-lib-jvm-rqes-csc-kt.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com:eu-digital-identity-wallet/eudi-lib-jvm-rqes-csc-kt.git
POM_ISSUE_SYSTEM=github
POM_ISSUE_URL=https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-rqes-csc-kt/issues
POM_DEVELOPER_URL=https://github.com/eu-digital-identity-wallet
# Indicates that the project uses AndroidX libraries.
android.useAndroidX=true
# Enables Jetifier to automatically migrate third-party libraries to AndroidX.
# This is generally recommended when using AndroidX.
android.enableJetifier=false
# Other Gradle properties can be defined here, for example:
# org.gradle.jvmargs=-Xmx2048m -Dkotlin.daemon.jvm.options="-Xmx2048m"