Gradle
-
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 » -
Software Development
Combining the power of Gradle, Flyway and JOOQ for seamless development with databases
Hi there, in this post I will show you how easily you can combine the power of Gradle, with Flyway and…
Read More » -
Enterprise Java
Continuous Stress Testing for your JAX-RS (and JavaEE) applications with Gatling + Gradle + Jenkins Pipeline
In this post I am going to explain how to use Gatling project to write stress tests for your JAX-RS Java EE endpoints,…
Read More » -
DevOps
3 Steps For Analyzing a Gradle Project With SonarQube Using Docker
How hard can it be to get up and running with a Gradle project and getting it analyzed with SonarQube…
Read More » -
Groovy
Easy Database Manipulation with Groovy and Gradle
Groovy: The “Enterprise Hipster” Language Not everyone sees the Java programming language as sexy. However, the Java virtual machine is…
Read More » -
Enterprise Java
Java EE, Gradle and Integration Tests
In the last years Apache Maven has become the de-facto build tool for Java and Java EE projects. But from…
Read More » -
Scala
Integration testing with Gradle
Unit testing works automatically using Gradle, but if you would like to have a separate set of integration tests you…
Read More » -
Core Java
Release Gradle project in GitLab with Jenkins to Artifactory
I am going to show in detail how to regularly build your project and then how to make a release…
Read More » -
Enterprise Java
Override Spring Framework version in Spring Boot application built with Gradle
If you want to use or just check the newest version of Spring with Spring Boot but the current Spring…
Read More »