GitLab Flow

This post describe the Gitlab flow considering a simple version of the system. Official Documentation Introduction to GitLab Flow Introduction Git allows you to create several development flows that meet the dynamics of your company. You can have an enhancement branch, a maintenance branch, a branch that freezes the code to be approved before goingContinuar lendo “GitLab Flow”

Build an Unusual Project with Gradle

Gradle is the newest build systems that is became very popular in the Java world by its power and flexibility. Gradle rather than having a configuration based on xml like Ant and Maven is written in Groovy a scripting language on the JVM. This gives us a pure programming language to develop our build on. UsingContinuar lendo “Build an Unusual Project with Gradle”