mirror of
https://github.com/corda/corda.git
synced 2024-12-24 07:06:44 +00:00
Release M6
This commit is contained in:
parent
2a0778c470
commit
7b7563d59d
@ -1,6 +1,6 @@
|
||||
buildscript {
|
||||
// Our version: bump this on release.
|
||||
ext.corda_version = "0.6-SNAPSHOT"
|
||||
ext.corda_version = "0.6"
|
||||
|
||||
ext.gradle_plugins_version = "0.5.7"
|
||||
ext.kotlin_version = '1.0.5'
|
||||
|
@ -2,7 +2,7 @@
|
||||
// or if you are developing these plugins. See the readme for more information.
|
||||
|
||||
buildscript {
|
||||
ext.gradle_plugins_version = "0.5.7" // Our version: bump this on release.
|
||||
ext.gradle_plugins_version = "0.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