-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
72 lines (51 loc) · 1.93 KB
/
gradle.properties
File metadata and controls
72 lines (51 loc) · 1.93 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
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
org.gradle.caching = true
org.gradle.parallel = true
org.gradle.daemon=true
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx4g
org.gradle.warning.mode=none
# Project Properties
java_version = 21
maven_group = net.flectone.bot
archives_base_name = flectonebot
project_name = FlectoneBot
project_version = 0.0.1-SNAPSHOT
project_author = TheFaser
project_description = FlectoneBot - bot for all platforms
project_website = https://flectone.net/bot/
# https://mvnrepository.com/artifact/com.google.inject/guice
guice_version = 7.0.0
# https://github.com/brettwooldridge/HikariCP
HikariCP_version = 7.0.2
# https://jdbi.org/#_quick_links
jdbi3_core_version = 3.51.0
# https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc
sqlite_jdbc_version = 3.51.1.0
# https://mvnrepository.com/artifact/com.h2database/
h2_version = 2.4.240
# https://mvnrepository.com/artifact/com.mysql/mysql-connector-j/
mysql_connector_version = 9.4.0
# https://mvnrepository.com/artifact/org.mariadb.jdbc/mariadb-java-client/
mariadb_java_client_version = 3.5.7
# https://mvnrepository.com/artifact/org.postgresql/postgresql/42.7.7
postgresql_version = 42.7.8
# https://github.com/FasterXML/jackson-dataformats-text/tree/2.x/yaml
jackson_dataformat_version = 3.0.3
# https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
apache_commons_text_version = 1.15.0
# https://github.com/mapstruct/mapstruct
mapstruct_version = 1.6.3
# https://mvnrepository.com/artifact/org.projectlombok/lombok
lombok_version = 1.18.42
# https://jspecify.dev/docs/using/
jspecify_version = 1.0.0
# https://github.com/Discord4J/Discord4J
discord4j_version = 3.3.0
# https://github.com/twitch4j/twitch4j
twitch4j_version = 1.25.0
# https://github.com/rubenlagus/TelegramBots
telegrambots_version = 9.2.0
### REPOSITORIES
maven_repository = https://repo1.maven.org/maven2/
codemc_repository = https://repo.codemc.io/repository/maven-releases/
jitpack_repository = https://jitpack.io/