All posts tagged with 'Gradle'

Git: Create a new, empty and unrelated branch

09-Dec-17

I wanted to start publishing to GitHub Pages from my learning and experimenting project simple-meetup. One of the learning scopes of the above project is “code as documentation” and the question to which extend such a project can be used to write articles and generate documentation. In this project I’m using Asciidoctor and the Gradle […]

Read the complete article »

Integration testing with Docker-Compose, Gradle and Spring Boot

20-Nov-17

This post has been featured on This Week in Spring – November 28th, 2017. Lately I have been preparing a small project called simple-meetup that I plan to use for different purposes. You’ll find the repository at GitHub: github.com/michael-simons/simple-meetup. It’s the first project where I used Gradle very intensive and I like my build file […]

Read the complete article »