mirror of
https://github.com/corda/corda.git
synced 2025-04-19 08:36:39 +00:00
Cordform common now uses the gradle plugins version in the core corda project.
This commit is contained in:
parent
0642e0ea39
commit
da47f1cb43
@ -5,7 +5,7 @@ buildscript {
|
||||
file("$projectDir/constants.properties").withInputStream { constants.load(it) }
|
||||
|
||||
// Our version: bump this on release.
|
||||
ext.corda_release_version = "0.12.0"
|
||||
ext.corda_release_version = "0.12.1"
|
||||
// Increment this on any release that changes public APIs anywhere in the Corda platform
|
||||
// TODO This is going to be difficult until we have a clear separation throughout the code of what is public and what is internal
|
||||
ext.corda_platform_version = 1
|
||||
|
@ -2,6 +2,9 @@ apply plugin: 'java'
|
||||
apply plugin: 'maven-publish'
|
||||
apply plugin: 'net.corda.plugins.publish-utils'
|
||||
|
||||
// This tracks the gradle plugins version and not Corda
|
||||
version gradle_plugins_version
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user