>gradle clean
>gradle build
https://stackoverflow.com/questions/5991194/gradle-proxy-configuration

Gradle
create a zip a file
copy files - source to destination
create jar

https://guides.gradle.org/creating-new-gradle-builds/?_ga=2.171689511.60675344.1529479599-128614878.1529479599
>gradle build
Set proxy in gradle.properties file.
systemProp.http.proxyHost=hostname
systemProp.http.proxyPort=8080
systemProp.https.proxyHost=hostname
systemProp.https.proxyPort=8080
https://stackoverflow.com/questions/5991194/gradle-proxy-configuration
Gradle
create a zip a file
copy files - source to destination
create jar