mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
Documentation now refers devs to use install over publishToMavenLocal
This commit is contained in:
parent
55e3dceb8f
commit
59a86c364b
@ -101,7 +101,7 @@ root directory of Corda
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
./gradlew publishToMavenLocal
|
||||
./gradlew install
|
||||
|
||||
This will publish corda-$version.jar, contracts-$version.jar, core-$version.jar and node-$version.jar to the
|
||||
group com.r3corda. You can now depend on these as you normally would a Maven dependency.
|
||||
@ -120,7 +120,7 @@ root of the Corda project:
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
./gradlew publishToMavenLocal
|
||||
./gradlew install
|
||||
|
||||
The plugins will now be installed to your local Maven repository in ~/.m2 on Unix and %HOMEPATH%\.m2 on Windows.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user