-
Notifications
You must be signed in to change notification settings - Fork 2
/
gradle.properties
34 lines (25 loc) · 1.12 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
33
34
# Kotlin configuration
kotlin.code.style=official
# Gradle options
org.gradle.parallel=true
# Project properties
group=eu.europa.ec.eudi
version=0.6.1-SNAPSHOT
# Sonar
systemProp.sonar.gradle.skipCompile=true
systemProp.sonar.host.url=https://sonarcloud.io
# Maven publishing properties
SONATYPE_HOST=S01
SONATYPE_AUTOMATIC_RELEASE=false
RELEASE_SIGNING_ENABLED=true
POM_NAME=SIOPv2 OpenId4VP library
POM_DESCRIPTION=SIOP & OpenId4VP wallet role library
POM_URL=https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-siop-openid4vp-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-siop-openid4vp-kt
POM_SCM_CONNECTION=scm:git:[email protected]:eu-digital-identity-wallet/eudi-lib-jvm-siop-openid4vp-kt.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com:eu-digital-identity-wallet/eudi-lib-jvm-siop-openid4vp-kt.git
POM_ISSUE_SYSTEM=github
POM_ISSUE_URL=https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-siop-openid4vp-kt/issues
POM_DEVELOPER_URL=https://github.com/eu-digital-identity-wallet