-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
executable file
·43 lines (34 loc) · 1.21 KB
/
gradle.properties
File metadata and controls
executable file
·43 lines (34 loc) · 1.21 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
38
39
40
41
42
43
# Important notes:
# 1. properties having dots "." in their name cannot be accessed
# from build.gradle using plain Groovy accessor as they are
# (i.e. the.prop.name). They must be accessed via getProperty("the.prop.name")
# 2.
version=1.0.0
group=fr.univ-nantes.termsuite
groupNoDash=fr.univnantes.termsuite
name=termsuite-http
########################
# Credentials and other personal info
#
# (must be overwritten in gradle-local.properties)
#
ossrh.username=myOssrhUsername
ossrh.password=myOssrhPassword
developer.id=myDeveloperId
developer.name=myDeveloperName
developer.email=myDeveloperEmail
signing.keyId=mySigningKeyId
signing.password=mySigningKeyPassword
signing.secretKeyRingFile=mySigningSecretKeyRingFile
#
description=An HTTP API for TermSuite.
organization=LINA CNRS UMR 6241 - University of Nantes
name=TermSuite HTTP API
url=https://github.com/termsuite/termsuite-http
license=Apache-2.0
licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
# SCM
termsuite.git.url=git@github.com:termsuite/termsuite-http.git
# Deploy repository
oss.repository.release=https://oss.sonatype.org/service/local/staging/deploy/maven2/
oss.repository.snapshot=https://oss.sonatype.org/content/repositories/snapshots/