Gradle
-
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 » -
Enterprise Java
Getting Started With Gradle: Integration Testing
Because the standard project layout of a Java project defines only one test directory (src/test), we have no standard way…
Read More » -
Groovy
Gradle Goodness: Handle Copying Duplicate Files
In Gradle we can configure how duplicate files should be handled by the Copy task. Actually we can configure how…
Read More »