Skip to content

Commit 5130bd3

Browse files
author
Daniel Rees
authored
Updated gradle to 5.4.1 (#56)
1 parent 9439614 commit 5130bd3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ plugins {
33
id 'java'
44
id 'jacoco'
55
id 'org.jetbrains.kotlin.jvm' version '1.3.31'
6-
id 'nebula.project' version '4.0.1'
7-
id "nebula.maven-publish" version "7.2.4"
8-
id 'nebula.nebula-bintray' version '3.5.5'
6+
id 'nebula.project' version '6.0.3'
7+
id "nebula.maven-publish" version '9.5.4'
8+
id 'nebula.nebula-bintray' version '5.0.0'
99
}
1010

1111
group 'com.github.dsrees'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Jul 13 09:35:17 EDT 2018
1+
#Thu Jun 13 12:25:29 EDT 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

0 commit comments

Comments
 (0)