gradle auth setup

This commit is contained in:
GasparAM 2023-04-09 19:27:49 +04:00
parent 8ab0d43897
commit 10f44fac11
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View file

@ -15,3 +15,4 @@ build/*
_site/ _site/
*.css *.css
!petclinic.css !petclinic.css
.key

View file

@ -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