From 35c6d46332089bd9921c710889fc175410110d50 Mon Sep 17 00:00:00 2001 From: Xavier Arias Date: Thu, 1 Oct 2020 14:48:16 +0200 Subject: [PATCH] Update Gradle plugins and bump snapshot version --- build.gradle | 14 +++++++------- gradle.properties | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 6f0f63eda..df70b78a8 100644 --- a/build.gradle +++ b/build.gradle @@ -2,11 +2,11 @@ plugins { id 'java' id 'idea' id 'jacoco' - id "com.diffplug.gradle.spotless" version "3.25.0" - id 'io.codearte.nexus-staging' version '0.21.1' - id "de.marcphilipp.nexus-publish" version "0.4.0" - id "de.undercouch.download" version "4.0.0" - id "com.jfrog.bintray" version "1.8.4" + id 'com.diffplug.gradle.spotless' version '4.5.1' + id 'io.codearte.nexus-staging' version '0.22.0' + id 'de.marcphilipp.nexus-publish' version '0.4.0' + id 'de.undercouch.download' version '4.1.1' + id 'com.jfrog.bintray' version '1.8.5' } ext { @@ -26,12 +26,12 @@ ext { junitVersion = '5.5.2' junitBenchmarkVersion = '0.7.2' logbackVersion = '1.2.3' - mockitoJunitVersion = "3.1.0" + mockitoJunitVersion = '3.1.0' junitPlatformLauncherVersion = "1.5.2" } -description 'web3j base project' +description 'Web3j base project.' [ 'bintray', diff --git a/gradle.properties b/gradle.properties index b3c691f6b..1d21ad40a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group=org.web3j -version=4.6.4 +version=4.6.5-SNAPSHOT