-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathgradle.properties
More file actions
37 lines (27 loc) · 1.18 KB
/
gradle.properties
File metadata and controls
37 lines (27 loc) · 1.18 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
# Kotlin configuration
kotlin.code.style=official
# Gradle options
org.gradle.parallel=true
# Dokka configuration
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
# Project properties
group=eu.europa.ec.eudi
version=0.13.1-SNAPSHOT
# Sonar
systemProp.sonar.gradle.skipCompile=true
systemProp.sonar.host.url=https://sonarcloud.io
# Maven publishing properties
SONATYPE_HOST=CENTRAL_PORTAL
SONATYPE_AUTOMATIC_RELEASE=false
RELEASE_SIGNING_ENABLED=true
POM_NAME=OpenId4VP library
POM_DESCRIPTION=OpenId4VP wallet role library
POM_URL=https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-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-openid4vp-kt
POM_SCM_CONNECTION=scm:git:git@github.com:eu-digital-identity-wallet/eudi-lib-jvm-openid4vp-kt.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com:eu-digital-identity-wallet/eudi-lib-jvm-openid4vp-kt.git
POM_ISSUE_SYSTEM=github
POM_ISSUE_URL=https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-openid4vp-kt/issues
POM_DEVELOPER_URL=https://github.com/eu-digital-identity-wallet