aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index d9c6a07..4972e36 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,7 @@
apply plugin: 'java'
+apply plugin: 'maven'
-group = 'de.xenoworld'
+group = 'de.xenoworld.ormpaloompa'
version = '1.0-SNAPSHOT'
description = ""
@@ -9,7 +10,6 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
repositories {
- jcenter()
mavenCentral()
}