Skip to content

Commit 1330b34

Browse files
authored
Merge pull request #48 from thc202/gradle-update
Update Gradle and plugins
2 parents bc5790f + 58c4be5 commit 1330b34

File tree

6 files changed

+4
-14
lines changed

6 files changed

+4
-14
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
task wrapper(type: Wrapper) {
2-
gradleVersion = '4.2.1'
2+
gradleVersion = '4.6'
33
}
44

55
apply from: "gradle/compile.gradle"
6-
apply from: "gradle/idea.gradle"
7-
apply from: "gradle/eclipse.gradle"
86

97
subprojects {
108
apply plugin: 'java'

gradle/eclipse.gradle

Lines changed: 0 additions & 4 deletions
This file was deleted.

gradle/idea.gradle

Lines changed: 0 additions & 4 deletions
This file was deleted.

gradle/wrapper/gradle-wrapper.jar

-375 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2.1-bin.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip

subprojects/zap-clientapi/zap-clientapi.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id "me.champeau.gradle.japicmp" version "0.2.5"
3-
id "org.owasp.dependencycheck" version "3.0.2"
2+
id "me.champeau.gradle.japicmp" version "0.2.6"
3+
id "org.owasp.dependencycheck" version "3.1.1"
44
}
55

66
apply plugin: 'maven'

0 commit comments

Comments
 (0)