Upgraded gradle

This commit is contained in:
Jeroen van Erp
2015-04-14 12:03:38 +02:00
parent da32b145df
commit 2ca8d8b19e
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
plugins {
id 'nebula.nebula-release' version '2.2.5'
}
apply plugin: "java"
apply plugin: "maven"
apply plugin: "signing"