Skip to content

Commit

Permalink
Update Gradle plugins and bump snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Arias committed Oct 1, 2020
1 parent 94a0c00 commit 35c6d46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=org.web3j
version=4.6.4
version=4.6.5-SNAPSHOT

0 comments on commit 35c6d46

Please sign in to comment.