aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 0 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index 329b1cdb..6c0c8701 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2,8 +2,3 @@ plugins {
2 id 'eclipse' 2 id 'eclipse'
3 id 'refinery-sonarqube' 3 id 'refinery-sonarqube'
4} 4}
5
6allprojects {
7 group = 'tools.refinery'
8 version = '0.0.0-SNAPSHOT'
9}