Spaces:
Sleeping
Sleeping
File size: 1,388 Bytes
8c86632 |
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 |
giskardVersion=2.0.0b10
rootProject.name=giskard
profile=dev
# Dependency versions
jhipsterDependenciesVersion=7.8.1
# The spring-boot version should match the one managed by
# https://mvnrepository.com/artifact/tech.jhipster/jhipster-dependencies/
springBootVersion=2.6.6
# The hibernate version should match the one managed by
# https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-dependencies/ -->
hibernateVersion=5.6.7
mapstructVersion=1.5.3.Final
archunitJunit5Version=0.22.0
liquibaseHibernate5Version=4.6.1
liquibaseTaskPrefix=liquibase
jaxbRuntimeVersion=2.3.3
# gradle plugin version
jibPluginVersion=3.1.4
gitPropertiesPluginVersion=2.3.2
liquibasePluginVersion=2.1.1
sonarqubePluginVersion=4.2.0.3129
noHttpCheckstyleVersion=0.0.10
checkstyleVersion=9.2
modernizerPluginVersion=1.6.1
grpcVersion = 1.52.1
protobufVersion = 3.19.2
protocVersion = 3.19.2
## When configured, Gradle will run in incubating parallel mode.
## This option should only be used with decoupled projects. More details, visit
## http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
## uncomment the below line to enable parallel mode
#org.gradle.parallel=true
## Install and use a local version of node and npm.
nodeInstall
org.gradle.jvmargs=-Xmx2000m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.caching=true
|