-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
29 lines (23 loc) · 984 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
description = Result Library for Java
group = com.leakyabstractions
artifactName = Result Library
artifactId = result
version = 1.0.0.0
previousVersion = 0.15.2.0
homepage = https://result.leakyabstractions.com/
githubId = leakyabstractions/result
repository = https://github.com/leakyabstractions/result
checkout = https://github.com/leakyabstractions/result.git
ciSystem = GitHub
ciUrl = https://github.com/leakyabstractions/result/actions
issuesSystem = GitHub
issuesUrl = https://github.com/leakyabstractions/result/issues
licenseName = Apache License 2.0
licenseUrl = https://www.apache.org/licenses/LICENSE-2.0
organizationName= Leaky Abstractions
organizationUrl = https://github.com/leakyabstractions/
developerId = guillermocalvo
developerName = Guillermo Calvo
developerEmail = [email protected]
sonarProjectName= result
sonarProjectKey = LeakyAbstractions_result