mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
gradle settings - scm version - never commit to repo
This commit is contained in:
parent
457530b0b7
commit
fa61104473
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ gradle.startParameter.excludedTaskNames += [ "checkFormatAot", "checkFormatAotTe
|
||||||
|
|
||||||
group = 'org.springframework.samples'
|
group = 'org.springframework.samples'
|
||||||
|
|
||||||
|
scmVersion {
|
||||||
|
localOnly.set(true)
|
||||||
|
}
|
||||||
|
|
||||||
version = scmVersion {}.version
|
version = scmVersion {}.version
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
|
Loading…
Reference in a new issue