File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
examples/local-testing-project Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,10 @@ that you've published to your local Maven repository.
44To publish an instance of ml-gradle locally, just do the following:
55
661 . From the ml-gradle root directory, run "publish -Pversion=DEV publishToMavenLocal" (you can pick any version name that you want)
7- 1 . Verify manually that the library was published to ~ /.m2/com/marklogic/ml-gradle
7+ 1 . Verify manually that the library was published to ~ /.m2/repository/ com/marklogic/ml-gradle
88
99You should then be able to run "gradle tasks" on this project, and that will use your
1010locally published copy of ml-gradle. Again, feel free to change the version name to whatever
1111you want, there's no requirement to use "DEV".
1212
13- Note that the "src" directory is gitignore'd in this project so that you can add any artifacts you want.
14-
13+ Note that the "src" directory is gitignore'd in this project so that you can add any artifacts you want.
You can’t perform that action at this time.
0 commit comments