In this tutorial, we will show how to reuse code in Gradle, using a class that is available only for the Gradle files. Please take a look at the source code and explanations here: https://github.com/topera/gradle-reusing-code Enjoy!
Tag: gradle
Continuous Deployment with Travis and AWS Elastic Beanstalk
Our problem We, at TeraHorse, are willing to have full CI/CD environment and we started with our next product, the Fobit Game. To finish the Continuous Deployment implementation we need to tell Travis-CI to deploy our game at AWS Elastic Beanstalk. This can be done in at least 2 ways: Gradle or using the Travis-CI Elastic Beanstalk … Continue reading Continuous Deployment with Travis and AWS Elastic Beanstalk
Tip #005: Rest Server with SpringBoot and Gradle
In this tutorial, we will show how to create a simple rest server with SpringBoot. Gradle is used as the automation tool. Please take a look at the source code here: https://github.com/topera/gradle-rest-server-spring Enjoy!
Tip #004: Spock with Gradle
In this tutorial we will show to to create unit tests using Spock. Spock is a test frameworking similiar to jUnit but uses the Groovy, a JVM language that makes your life easier 🙂 Gradle is used as automation tool. Please take at look at the source code here: https://github.com/topera/gradle-spock Enjoy
Tip #003: Rest Server with Jersey (JAX-RS) – Gradle
In this tutorial, we will show how to generate a WAR file to deploy a simple rest server, written in Java and built with Gradle. Please check it out on our GitHub page: https://github.com/topera/gradle-rest-server-jaxrs Enjoy!