mirror of
https://github.com/corda/corda.git
synced 2025-06-11 11:51:44 +00:00
Fix formatting issues on the upgrade notes page (#1269)
This commit is contained in:
parent
12759831fe
commit
6673925aea
@ -20,10 +20,10 @@ and `Corda V3.0 upgrade notes <https://docs.corda.net/releases/release-V3.0/upgr
|
||||
|
||||
Upgrading to |release| from Open Source 3.x requires updating build file properties. For Gradle:
|
||||
|
||||
.. parsed-literal:: shell
|
||||
.. sourcecode:: shell
|
||||
|
||||
ext.corda_release_distribution = 'com.r3.corda'
|
||||
ext.corda_release_version = '|version|'
|
||||
ext.corda_release_version = '3.1'
|
||||
ext.corda_gradle_plugins_version = '4.0.25'
|
||||
..
|
||||
|
||||
@ -89,9 +89,9 @@ A limited distribution preview of |release| was made available to a small number
|
||||
|
||||
* Update versions in your build files, for Gradle, as an example:
|
||||
|
||||
.. parsed-literal:: shell
|
||||
.. sourcecode:: shell
|
||||
|
||||
ext.corda_release_version = '|version|'
|
||||
ext.corda_release_version = '3.1'
|
||||
ext.corda_gradle_plugins_version = '4.0.25'
|
||||
ext.kotlin_version = '1.2.50'
|
||||
..
|
||||
|
Loading…
x
Reference in New Issue
Block a user