-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
28 lines (26 loc) · 1.62 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
# --------------------------------------------- Gradle Building Properties ---------------------------------------------
# HowTo: https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties
# org.gradle.warning.mode = all
# ----------------------------------------------------- Task Naming ----------------------------------------------------
taskGroupName = OnlineShop Build
# ----------------------------------------------------- Versioning -----------------------------------------------------
# latest version: https://mvnrepository.com/artifact/org.springframework.boot/spring-boot
springBootVersion = 2.7.2
# latest version: https://plugins.gradle.org/plugin/io.spring.dependency-management
springBootDependenciesVersion = 1.0.12.RELEASE
# latest version: https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine
junitJupiterVersion = 5.8.2
# latest version: https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher
junitPlatformVersion = 1.8.2
# latest version: https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api
javaJsonWebTokens = 0.11.4
# latest version: https://mvnrepository.com/artifact/org.liquibase/liquibase-core
liquibaseVersion = 4.9.1
# latest version: https://mvnrepository.com/artifact/org.springdoc/springdoc-openapi-ui
openAPIVersion = 1.6.8
# latest version: https://mvnrepository.com/artifact/com.squareup.okio/okio
okIOVersion = 3.1.0
# latest version: https://mvnrepository.com/artifact/com.fazecast/jSerialComm
jSerialCommVersion = 2.9.1
# latest version: https://mvnrepository.com/artifact/ch.qos.logback/logback-core
logbackVersion = 1.2.11