From 7a7728e7fb106af93bca2ed95d95f0b8cba620ed Mon Sep 17 00:00:00 2001 From: Athanasios Katsadimas Date: Tue, 23 Oct 2018 01:11:46 +0300 Subject: [PATCH] added groovy gradle plugin in order to enable spock framework --- tasks.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks.gradle b/tasks.gradle index 8c93298..9be19b3 100644 --- a/tasks.gradle +++ b/tasks.gradle @@ -1,4 +1,5 @@ apply plugin: 'java' +apply plugin: 'groovy' apply plugin: 'maven-publish' apply plugin: 'maven' apply plugin: 'checkstyle'