Gradle
-
Enterprise Java
JUnit 5 and Selenium – Setup the project with Gradle, JUnit 5 and Jupiter Selenium
Selenium is a set of tools and libraries supporting browser automation and it is mainly used for web applications testing.…
Read More » -
Enterprise Java
Building Java 6-8 Libraries for JPMS in Gradle
Find out how to use Gradle to build Java 6-8 libraries that support JPMS (Java Platform Module System) by providing…
Read More » -
Enterprise Java
Reliable releasing to Maven Central from Travis using Gradle – 2019 edition
Make your (automatic) releasing to Maven Central from Travis (and not only) more reliable thanks to the explicit staging repository…
Read More » -
Enterprise Java
Building monorepo projects with Gradle
According to Wikipedia, a monorepo is as software development strategy where many projects are stored in the same repository. This…
Read More » -
Android Core
Create a Basic Android App without an IDE
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Enterprise Java
Gradle multi project build – parent pom like structure
When you come from a maven background most probably you have been used to the parent pom structure. Now when…
Read More » -
Enterprise Java
Jib – Building docker image for a Spring Boot App
I was pleasantly surprised by how easy it was to create a docker image for a sample Spring Boot application…
Read More » -
Enterprise Java
Gradle Tutorial
1. Introduction In this lesson, we will study about Gradle, which is a build tool and a dependency management system…
Read More » -
Enterprise Java
Gradle Dependencies for Java, use compile or implementation?
While I was explaining to a colleague about using Gradle for Java projects (he was moving away from Maven), we…
Read More »