-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
29 lines (23 loc) · 1.02 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
description = Lazy Result Library for Java
group = com.leakyabstractions
artifactName = Lazy Result Library
artifactId = result-lazy
version = 1.0.0.0
previousVersion = 0.6.3.0
homepage = https://result.leakyabstractions.com/add-ons/lazy
githubId = leakyabstractions/result-lazy
repository = https://github.com/leakyabstractions/result-lazy
checkout = https://github.com/LeakyAbstractions/result-lazy.git
ciSystem = GitHub
ciUrl = https://github.com/leakyabstractions/result-lazy/actions
issuesSystem = GitHub
issuesUrl = https://github.com/leakyabstractions/result-lazy/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-lazy
sonarProjectKey = LeakyAbstractions_result-lazy