diff options
author | Clemens Fries <ormpaloompa@xenoworld.de> | 2016-05-18 22:58:32 +0200 |
---|---|---|
committer | xeno <xeno@eisberg.nacht> | 2016-05-19 00:36:56 +0200 |
commit | 584543d4c2e3c7261a0cbf11fa5a9afdca4aead7 (patch) | |
tree | 4344bd73007b9bcc17e7c7ce6d79d2773da41ae1 /build.gradle | |
parent | 62e2a4bbd5ba239fc413607b223822cf4146a673 (diff) |
gradle: change group and name, remove jcenter()
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
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() } |