-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgradle.properties
30 lines (23 loc) · 1006 Bytes
/
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
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
SONATYPE_AUTOMATIC_RELEASE=true
GROUP=io.github.suppierk
POM_ARTIFACT_ID=java-throwable-utils
VERSION_NAME=2.0.0
POM_NAME=Java Throwable Utilities
POM_DESCRIPTION=Java 8 compatible extensions allowing to use checked exceptions in functional programming APIs + Try interface
POM_INCEPTION_YEAR=2023
POM_URL=https://github.com/SuppieRK/java-throwable-utils
POM_LICENCE_NAME=MIT License
POM_LICENCE_URL=https://github.com/SuppieRK/java-throwable-utils/blob/master/LICENSE
POM_LICENCE_DIST=repo
POM_SCM_URL=https://github.com/SuppieRK/java-throwable-utils
POM_SCM_CONNECTION=scm:git:git://github.com/SuppieRK/java-throwable-utils.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/SuppieRK/java-throwable-utils.git
POM_DEVELOPER_ID=SuppieRK
POM_DEVELOPER_NAME=Roman Khlebnov
POM_DEVELOPER_URL=https://github.com/SuppieRK/
SONATYPE_CONNECT_TIMEOUT_SECONDS=300
SONATYPE_CLOSE_TIMEOUT_SECONDS=1800
# Miscellaneous
systemProp.sonar.gradle.skipCompile=true