Skip to content

Commit 3e73517

Browse files
committed
Bump all build plugins to latest, and gradle to 5.6.
1 parent 557957e commit 3e73517

5 files changed

Lines changed: 23 additions & 22 deletions

File tree

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
plugins {
22
// markdown doclet
3-
id 'org.jdrupes.mdoclet' version '1.0.3'
3+
id 'org.jdrupes.mdoclet' version '1.0.5'
44
// github pages
5-
id 'org.ajoberstar.git-publish' version '0.3.0'
5+
id 'org.ajoberstar.git-publish' version '2.1.1'
66
// spotless
7-
id 'com.diffplug.gradle.spotless' version '3.6.0'
7+
id 'com.diffplug.gradle.spotless' version '3.24.1'
88
// bintray
9-
id 'com.jfrog.bintray' version '1.7.3'
9+
id 'com.jfrog.bintray' version '1.8.4'
1010
// publish
11-
id 'com.gradle.plugin-publish' version '0.9.7'
11+
id 'com.gradle.plugin-publish' version '0.10.1'
1212
// dependencyUpdates
1313
id 'com.github.ben-manes.versions' version '0.22.0'
1414
}

gradle/wrapper/gradle-wrapper.jar

1.35 KB
Binary file not shown.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Thu Aug 31 17:48:49 PDT 2017
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
43
zipStoreBase=GRADLE_USER_HOME
54
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-bin.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6-bin.zip

gradlew

Lines changed: 17 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)