mirror of
https://github.com/corda/corda.git
synced 2025-04-08 11:54:44 +00:00
Start M7
This commit is contained in:
parent
82745bbbc9
commit
5ba9e7a396
@ -1,6 +1,6 @@
|
||||
buildscript {
|
||||
// Our version: bump this on release.
|
||||
ext.corda_version = "0.6-SNAPSHOT"
|
||||
ext.corda_version = "0.7-SNAPSHOT"
|
||||
|
||||
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…
x
Reference in New Issue
Block a user