mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Upped gradle plugin version
This commit is contained in:
parent
946cfda03e
commit
32451bac1d
@ -2,7 +2,7 @@ buildscript {
|
||||
// Our version: bump this on release.
|
||||
ext.corda_version = "0.6-SNAPSHOT"
|
||||
|
||||
ext.gradle_plugins_version = "0.5.5"
|
||||
ext.gradle_plugins_version = "0.5.6"
|
||||
ext.kotlin_version = '1.0.5'
|
||||
ext.quasar_version = '0.7.6'
|
||||
ext.asm_version = '0.5.3'
|
||||
|
@ -2,7 +2,7 @@
|
||||
// or if you are developing these plugins. See the readme for more information.
|
||||
|
||||
buildscript {
|
||||
ext.gradle_plugins_version = "0.5.5" // Our version: bump this on release.
|
||||
ext.gradle_plugins_version = "0.5.6" // Our version: bump this on release.
|
||||
ext.corda_published_version = "0.5" // Depend on our existing published publishing plugin.
|
||||
|
||||
repositories {
|
||||
|
Loading…
Reference in New Issue
Block a user