-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
76 lines (76 loc) · 2.75 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
######################
# project properties #
######################
projectVersion=7-SNAPSHOT
groupPackage=io.github.astrapi69
projectSourceCompatibility=17
projectInceptionYear=2015
projectHolderUsername=lightblueseas
projectLeaderName=Asterios Raptis
slash=/
colon=:
issuesPath=/issues
projectBuilderDescription=This project holds classes for the builder pattern
projectCommandDescription=This project holds classes for the command pattern
projectDecoratorDescription=This project holds classes for the decorator pattern
projectEventbusDescription=This project holds classes for the eventbus pattern
projectObserverDescription=This project holds classes for the observer pattern
projectStateDescription=This project holds classes for the state pattern
projectStrategyDescription=This project holds classes for the strategy pattern
projectVisitorDescription=This project holds classes for the visitor pattern
projectScmProviderDomain=github.com
projectScmProviderUrl=https://github.com/
projectScmGitUrlPrefix=scm:git:git:@
projectScmGitUrlSuffix=.git
projectLicenseName=MIT License
projectLicenseUrl=https://www.opensource.org/licenses/mit-license.php
projectOrganizationName=Asterios Raptis
projectOrganizationUrl=https://astrapi69.github.io/
projectLicenseDistribution=repo
projectIssueManagementSystem=GitHub
projectRepositoriesReleasesRepoUrl=https://oss.sonatype.org/service/local/staging/deploy/maven2/
projectRepositoriesSnapshotsRepoUrl=https://oss.sonatype.org/content/repositories/snapshots
projectRepositoriesUserNameKey=ossrhUsername
projectRepositoriesPasswordKey=ossrhPassword
projectRepositoriesReleasesName=Sonatype Nexus Releases
projectRepositoriesSnapshotsName=Sonatype Nexus Snapshots
projectRepositoriesMavenUrl=https://plugins.gradle.org/m2/
###########################
# gradle-plugins versions #
###########################
gradlePluginLombokVersion=8.6
gradlePluginVersionsVersion=0.42.0
licenseGradlePluginVersion=0.16.1
grgitGradlePluginVersion=5.0.0
spotlessGradlePluginVersion=6.11.0
versionCatalogUpdateVersion=0.8.4
#########################
# dependencies versions #
#########################
lombokVersion=1.18.24
##############################
# test dependencies versions #
##############################
authVersion=6
authApiVersion=6
commonsLang3Version=3.12.0
cryptApiVersion=8.3
cryptDataVersion=8.2
fileWorkerVersion=11.4
guavaVersion=31.1-jre
jobjCoreVersion=7
throwableVersion=2.3
xmlApiVersion=1.2
xstreamExtensionsVersion=1
xmlJacksonExtensionsVersion=1
testObjectVersion=7.1
meanbeanVersion=2.0.3
testngVersion=7.6.1
##########################
# for deploy on sonatype #
##########################
systemProp.org.gradle.internal.publish.checksums.insecure=true
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.vfs.watch=true