Bumped to the newest version of the gradle plugins.

This commit is contained in:
Clinton Alexander 2016-11-30 15:45:04 +00:00
parent 1f88d0fa76
commit 73fafa60f0

View File

@ -1,8 +1,8 @@
buildscript {
// Our version: bump this on release.
ext.corda_version = "0.7-SNAPSHOT"
ext.gradle_plugins_version = "0.6.1"
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'