-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
43 lines (39 loc) · 1.53 KB
/
gradle.properties
File metadata and controls
43 lines (39 loc) · 1.53 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
group=pl.grizzlysoftware
artifactId=dotykacka-java-api-client
version=0.5.2
description=Pure Java implementation of Dotykacka Api Client
url=https://github.com/grizzlysoftware/dotykacka-java-api-client/
sourceCompatibility=11
#dependencies
okHttpVersion=4.2.2
retrofitVersion=2.6.2
jacksonVersion=2.10.1
commonsLang3Version=3.9
commonsCodecVersion=1.9
slf4jVersion=1.7.29
logbackVersion=1.2.3
#test dependencies
spockVersion=1.3-groovy-2.5
byteBuddyVersion=1.10.4
objenesisVersion=3.1
#publishing informations
#Organisation
organisationName=Grizzly Software
organisationUrl=https://www.grizzlysoftware.pl
developer=Bartosz Pawlowski
#GPG Key Info is read from system env variables - checkout build.properties
#Publishing repository info
repositoryUrl=https://oss.sonatype.org/service/local/staging/deploy/maven2
#Scm repository info
scmUrl=https://github.com/grizzlysoftware/dotykacka-java-api-client/issues
scmConnection=scm:git:git://github.com/grizzlysoftware/dotykacka-java-api-client
scmDevConnection=scm:git:ssh://git@github.com:grizzlysoftware/dotykacka-java-api-client
#License
license=MIT
licenseUrl=MIT
licenseDistribution=repo
#Issue management
issueMgmtSystem=GitHub
issueMgmtSystemUrl=https://github.com/grizzlysoftware/dotykacka-java-api-client/issues
//TODO this should be removed when sonatype repository is enhanced to accept sha256 and sha512 checksums as checksums not as artifacts - https://issues.sonatype.org/browse/MVNCENTRAL-5276
systemProp.org.gradle.internal.publish.checksums.insecure=true