filmov
tv
Setup gradle with corporate proxy and registry with spring boot JAVA application (gradle.properties)
Показать описание
Preferably paste this downloaded gradle folder in C:\
- Copy bin location from gradle folder
- Open 'Environment Variables For Your Account' from windows menu
- Edit 'path' variable
- Add the copied gradle bin location as one of the path entries
# HTTP and HTTPS proxy settings properties
# Custom variables to define custom/own dependency artifact
nexusUsername=sampleUsername
nexusPassword=samplePassword
# Git repo for this sample JAVA Spring Boot Application