mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 09:05:50 +00:00
gradle auth setup
This commit is contained in:
parent
8ab0d43897
commit
10f44fac11
2 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -15,3 +15,4 @@ build/*
|
|||
_site/
|
||||
*.css
|
||||
!petclinic.css
|
||||
.key
|
|
@ -42,6 +42,10 @@ scmVersion {
|
|||
tag {
|
||||
prefix.set(rootProject.name)
|
||||
}
|
||||
repository {
|
||||
customKeyFile.set(project.file('.key'))
|
||||
customKeyPassword.set("")
|
||||
}
|
||||
}
|
||||
|
||||
project.version = scmVersion.version
|
||||
|
|
Loading…
Reference in a new issue