Corrected version of the gradle plugins for publishing.

This commit is contained in:
Clinton Alexander 2016-11-29 16:16:15 +00:00
parent 426bae625a
commit cc2b472947
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ buildscript {
// Our version: bump this on release.
ext.corda_version = "0.6-SNAPSHOT"
ext.gradle_plugins_version = "0.5.8"
ext.gradle_plugins_version = "0.5.7"
ext.kotlin_version = '1.0.5'
ext.quasar_version = '0.7.6'
ext.asm_version = '0.5.3'

View File

@ -2,7 +2,7 @@
// or if you are developing these plugins. See the readme for more information.
buildscript {
ext.gradle_plugins_version = "0.5.8" // Our version: bump this on release.
ext.gradle_plugins_version = "0.5.7" // Our version: bump this on release.
ext.corda_published_version = "0.5" // Depend on our existing published publishing plugin.
repositories {