-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
29 lines (23 loc) · 1019 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 API
artifactId = result-api
version = 1.0.0.0
previousVersion = 0.1.1.0
homepage = https://result.leakyabstractions.com/
githubId = leakyabstractions/result-api
repository = https://github.com/leakyabstractions/result-api
checkout = https://github.com/leakyabstractions/result-api.git
ciSystem = GitHub
ciUrl = https://github.com/leakyabstractions/result-api/actions
issuesSystem = GitHub
issuesUrl = https://github.com/leakyabstractions/result-api/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 = guillermo@guillermo.dev
sonarProjectName= result-api
sonarProjectKey = LeakyAbstractions_result-api