Skip to content

Commit

Permalink
Bump goomph to 3.17.4 for the https bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Feb 15, 2019
1 parent 009a2ff commit 473f70a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _ext/gradle/p2-fat-jar-setup.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
}
dependencies {
classpath "com.diffplug.gradle:goomph:3.15.0"
classpath "com.diffplug.gradle:goomph:3.17.4"
}
}
apply plugin: com.diffplug.gradle.p2.AsMavenPlugin
Expand Down Expand Up @@ -73,7 +73,7 @@ p2AsMaven {
p2ant {
/*
Define p2ant proxy settings as a closure. Refer to the API documents for instructions:
https://diffplug.github.io/goomph/javadoc/3.3.0/com/diffplug/gradle/p2/AsMavenPlugin.html
https://diffplug.github.io/goomph/javadoc/3.17.4/com/diffplug/gradle/p2/AsMavenPlugin.html
*/
if (project.hasProperty('setP2AntProxy')) {
setP2AntProxy(it)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ VER_SPOTBUGS=3.1.6
VER_SPOTBUGS_PLUGIN=1.6.2
VER_BINTRAY=1.7.3
VER_PLUGIN_PUBLISH=0.9.7
VER_GOOMPH=3.8.1
VER_GOOMPH=3.17.4
VER_GRADLE_GIT=1.6.0
VER_PEGDOWN_DOCLET=1.3

Expand Down

0 comments on commit 473f70a

Please sign in to comment.