forked from hexagontk/hexagon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
68 lines (52 loc) · 1.23 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
# Gradle
version=1.3.1
group=com.hexagonkt
description=The atoms of your platform
kotlin.code.style=official
gradleScripts=https://raw.githubusercontent.com/hexagonkt/hexagon
detektConfigPath=.github/detekt.yml
# Publish
licenses=MIT
vcsUrl=https://github.com/hexagonkt/hexagon.git
# SSL
sslOrganization=Hexagon
sslDomain=hexagonkt.com
# Domain to test `certificates` helper
sslDomain1=benchmark.test
# Domain to test `certificates` helper
sslDomain2=name1|name2|subdomains.es
# Used to test the Gradle helper script
sslLogCommands=true
# Site
siteHost=https://hexagonkt.com
# Relative to hexagon_site
logoSmall=assets/img/logo.svg
logoWide=assets/img/logo_wide.svg
logoLarge=assets/img/logo.svg
# VERSIONS
kotlinVersion=1.4.10
mockkVersion=1.10.0
junitVersion=5.7.0
# http_server_servlet
servletVersion=3.1.0
jettyVersion=9.4.31.v20200723
# hexagon_core
slf4jVersion=1.7.30
logbackVersion=1.2.3
jacksonVersion=2.11.2
# hexagon_scheduler
cronutilsVersion=9.1.1
# hexagon_web
kotlinxHtmlVersion=0.7.2
# messaging_rabbitmq
rabbitVersion=5.9.0
qpidVersion=6.1.4
metricsVersion=4.1.8
# http_client_ahc
ahcVersion=2.12.1
# store_mongodb
mongodbVersion=4.1.0
# templates_pebble
pebbleVersion=3.1.4
# templates_freemarker
freemarkerVersion=2.3.30