-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgradle.properties
32 lines (27 loc) · 1.22 KB
/
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
27
28
29
30
31
32
# Gradle options
org.gradle.jvmargs=-Xmx4g
org.gradle.parallel=true
# Kotlin configuration
kotlin.incremental=true
kotlin.code.style=official
# Project properties
group=eu.europa.ec.eudi
version=0.3.1-SNAPSHOT
# Sonar
systemProp.sonar.host.url=https://sonarcloud.io
systemProp.sonar.gradle.skipCompile=true
# Maven publishing properties
SONATYPE_HOST=S01
SONATYPE_AUTOMATIC_RELEASE=false
RELEASE_SIGNING_ENABLED=true
POM_NAME=EUDI Presentation Exchange v2 library
POM_DESCRIPTION=Implementation of Presentation Exchange v2
POM_URL=https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-presentation-exchange-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-presentation-exchange-kt
POM_SCM_CONNECTION=scm:git:git@github.com:eu-digital-identity-wallet/eudi-lib-jvm-presentation-exchange-kt.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com:eu-digital-identity-wallet/eudi-lib-jvm-presentation-exchange-kt.git
POM_ISSUE_SYSTEM=github
POM_ISSUE_URL=https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-presentation-exchange-kt/issues
POM_DEVELOPER_URL=https://github.com/eu-digital-identity-wallet