|
You are here |
objectpartners.com | ||
| | | | |
ryanharter.com
|
|
| | | | | I've been using ant to build my Android projects for as long as I can remember. There are many reasons for this, like build consistency and workstation agnosticism, but you can read this article if you want to check that out. Ant is a good tool, but never offered the flexibility that I would have liked in a project. That's where Gradle steps in. After seeing all of the power of the new Gradle build system, I knew I had to convert Hashnote to Gradle. | |
| | | | |
vgaidarji.me
|
|
| | | | | I'm a software developer with the main focus on Android platform. | |
| | | | |
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. | |
| | | | |
snipe.net
|
|
| | | Composer is a PHP dependency manager that's used in just about any modern PHP application, and it works similarly to how Bundler works for Ruby. Even though Composer itself gives you a warning about not running it as root, lots of people disregard this warning and run it as root anyway. We run into this [...] The post So you ran composer as root... appeared first on Snipe.Net. | ||