File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ Switch into the `ocs-domain-plugins` directory and call the `.\gradlew build` co
9797``` batch
9898D:\dev\ocs\ocs-domain-plugins>.\gradlew build
9999```
100- The first build can take some time as additional gradle plugins are download from the maven repository. You succeed when
100+ The first build can take some time as additional gradle plugins are downloaded from the maven repository. You succeed when
101101the build states: ` BUILD SUCCESSFUL ` . Otherwise, you need to figure out what went wrong.
102102
103103### Publish the OCS Domain Plugin jar files
@@ -159,7 +159,7 @@ The steps are equal to the OCS Domain Plugins. This time go to the `ocs-custom-a
159159``` batch
160160D:\dev\ocs\ocs-custom-app>.\gradlew build
161161```
162- The first build can take some time as additional gradle plugins are download from the maven repository. You succeed when
162+ The first build can take some time as additional gradle plugins are downloaded from the maven repository. You succeed when
163163the build states: ` BUILD SUCCESSFUL ` . Otherwise, you need to figure out what went wrong.
164164
165165### Executing the OCS Custom App
You can’t perform that action at this time.
0 commit comments