mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15: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/
|
_site/
|
||||||
*.css
|
*.css
|
||||||
!petclinic.css
|
!petclinic.css
|
||||||
|
.key
|
|
@ -42,6 +42,10 @@ scmVersion {
|
||||||
tag {
|
tag {
|
||||||
prefix.set(rootProject.name)
|
prefix.set(rootProject.name)
|
||||||
}
|
}
|
||||||
|
repository {
|
||||||
|
customKeyFile.set(project.file('.key'))
|
||||||
|
customKeyPassword.set("")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
project.version = scmVersion.version
|
project.version = scmVersion.version
|
||||||
|
|
Loading…
Reference in a new issue