Posts

Showing posts from November 9, 2018

Step-1: Checkout And Run Code

Image
Step 1: Checkout And Run Code Locally. Check Out Source Code And  Run Locally Please follow the steps, 1. Please check out the source code using git client or github desktop. 2. Run ./gradlew clean build. 4. Check out the build files created. Just make a note, how those get generated on compilation, is immaterial based on what we are trying to do. 4. Publish locally, to see what files are generated. Before running the publish, After running the publish  ./gradlew --info clean publishToMavenLocal , References: https://medium.com/@rfletcher_96265/an-automated-release-workflow-using-gradle-nebula-bintray-circleci-694e65184348 <--Previous Next-->