You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
2.6 KiB

3 years ago
  1. rootProject.name=demande-retraite-anticipe
  2. profile=dev
  3. # Build properties
  4. node_version=12.16.1
  5. npm_version=6.14.5
  6. yarn_version=1.22.4
  7. # Dependency versions
  8. jhipster_dependencies_version=3.9.1
  9. # The spring-boot version should match the one managed by
  10. # https://mvnrepository.com/artifact/io.github.jhipster/jhipster-dependencies/${jhipster_dependencies_version}
  11. spring_boot_version=2.2.7.RELEASE
  12. # The hibernate version should match the one managed by
  13. # https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-dependencies/${spring-boot.version} -->
  14. hibernate_version=5.4.15.Final
  15. mapstruct_version=1.3.1.Final
  16. archunit_junit5_version=0.14.1
  17. liquibase_hibernate5_version=3.8
  18. liquibaseTaskPrefix=liquibase
  19. jaxb_runtime_version=2.3.3
  20. # gradle plugin version
  21. jib_plugin_version=2.4.0
  22. git_properties_plugin_version=2.2.2
  23. apt_plugin_version=0.21
  24. liquibase_plugin_version=2.0.3
  25. sonarqube_plugin_version=2.8
  26. spring_no_http_plugin_version=0.0.4.RELEASE
  27. checkstyle_version=8.32
  28. # jhipster-needle-gradle-property - JHipster will add additional properties here
  29. ## below are some of the gradle performance improvement settings that can be used as required, these are not enabled by default
  30. ## The Gradle daemon aims to improve the startup and execution time of Gradle.
  31. ## The daemon is enabled by default in Gradle 3+ setting this to false will disable this.
  32. ## TODO: disable daemon on CI, since builds should be clean and reliable on servers
  33. ## https://docs.gradle.org/current/userguide/gradle_daemon.html#sec:ways_to_disable_gradle_daemon
  34. ## uncomment the below line to disable the daemon
  35. #org.gradle.daemon=false
  36. ## Specifies the JVM arguments used for the daemon process.
  37. ## The setting is particularly useful for tweaking memory settings.
  38. ## Default value: -Xmx1024m -XX:MaxPermSize=256m
  39. ## uncomment the below line to override the daemon defaults
  40. #org.gradle.jvmargs=-Xmx1024m -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
  41. ## When configured, Gradle will run in incubating parallel mode.
  42. ## This option should only be used with decoupled projects. More details, visit
  43. ## http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
  44. ## uncomment the below line to enable parallel mode
  45. #org.gradle.parallel=true
  46. ## Enables new incubating mode that makes Gradle selective when configuring projects.
  47. ## Only relevant projects are configured which results in faster builds for large multi-projects.
  48. ## http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:configuration_on_demand
  49. ## uncomment the below line to enable the selective mode
  50. #org.gradle.configureondemand=true