|
You are here |
vgaidarji.me | ||
| | | | |
sookocheff.com
|
|
| | | | | I've been experimenting with the Google Cloud Dataflow Java SDK for running managed data processing pipelines. One of the first tasks is getting a build environment up and running. For this I chose Gradle. We start by declaring this a java application and listing the configuration variables that declare the source compatibility level (which for now must be 1.7) and the main class to be executed by the run task to be defined later. | |
| | | | |
www.joelotter.com
|
|
| | | | | I struggled recently to work out how to build an APK out of a native Android app without using Gradle. | |
| | | | |
zserge.com
|
|
| | | | | from mavenCentral to jcenter to jitpack.io | |
| | | | |
blog.omega-prime.co.uk
|
|
| | | I recently released my first open source library for Java, MDBI. I learnt a lot about the Java open-source ecosystem as part of this process, and this blog summarises that in the hope that it will be useful to others. Specifically, the post will explain how to set up a project using the modern Gradle build system to build code and deploy it to the standard Maven Central repository from the command line really easily. | ||