Gradle
-
DevOps
Build Docker Images with Maven and Gradle
One of the things that you might want to do if you are using Docker and Java is building the image from…
Read More » -
Core Java
Groovy for Java Developers?! Meet Gradle, Grails and Spock
What are some of the most interesting Groovy use cases for Java developers? Although it’s been around for a while,…
Read More » -
Core Java
No downtime deployment using “Yet another” Cloud Foundry Gradle plugin
I have been trying my hand at writing a gradle plugin for deploying applications to Cloud Foundry and wrote about this plugin…
Read More » -
Enterprise Java
Suppress FindBugs Warnings in a Java and Spring Boot Web Application using Gradle
How to Suppress FindBugs Warnings using Annotations in a +Spring Boot and +Java Application If your build is breaking because of a FindBugs…
Read More » -
Core Java
Introducing “Yet another” Cloud foundry Gradle plugin
In the process of working on an automated Jenkins pipeline for deploying a Cloud Foundry application with two of my colleagues(Thanks Mark…
Read More » -
Core Java
Gradle tricks – display buildscript dependencies
The simply way how buildscript dependencies (e.g. plugins) can be displayed and analyzed in Gradle Introduction This is the third…
Read More » -
Core Java
ANTLR and the web: a simple example
ANTLR on the web: why? I started writing my first programs on MS-DOS. So I am very used to have…
Read More » -
Core Java
How to manage dependencies in a Gradle multi-project build
I’ve been a fan of the Gradle build tool from quite early on. Its potential was clear even before the 1.0 version, when changes were…
Read More » -
Core Java
Better dealing with “Could not find property X on plugin Y” in Gradle 2.13
Missing username, password or token to a service you may have never heard of? It usually happens when you try…
Read More »