Skip to content

Commit 3a13723

Browse files
committed
upgrades gradle to v2.3
1 parent ae4646a commit 3a13723

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

build.gradle

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
plugins {
2+
id "com.github.hierynomus.license" version "0.11.0"
3+
}
4+
15
apply plugin: 'java'
26
apply plugin: 'maven'
37
apply plugin: 'signing'
@@ -38,15 +42,6 @@ dependencies {
3842
//compile group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.5'
3943
}
4044

41-
buildscript {
42-
repositories {
43-
mavenCentral()
44-
}
45-
dependencies {
46-
classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.10.0'
47-
}
48-
}
49-
5045
apply plugin: 'license'
5146
license {
5247
header rootProject.file('codequality/HEADER')
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Apr 09 03:08:11 EDT 2014
1+
#Wed Feb 18 12:24:59 EST 2015
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.9-bin.zip
6+
distributionUrl=http\://services.gradle.org/distributions/gradle-2.3-all.zip

0 commit comments

Comments
 (0)