File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
com.incquerylabs.vhci.modelaccess.twc.rest Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,15 @@ The easiest way to set up the environment is to:
1313
14141 . ` Run -> Run... -> com.incquerylabs.vhci.modelaccess.twc.rest.Crawler.kt ` (set arguments in Configuration)
1515
16+ ### Gradle`
17+
18+ 1 . ` ./gradlew run --args='<args>' ` with arguments (see below)
19+
1620### Application
1721
18- 1 . ` gradle shadowJar` or download from GitHub releases
22+ 1 . ` ./gradlew shadowJar` or download from GitHub releases
19231 . ` java -jar build/libs/vhci.modelaccess.twc.rest-1.0-SNAPSHOT-all.jar <args> ` with arguments (see below)
2024
21-
2225## Example arguments
2326
2427### OpenSE Cookbook model on twc.openmbee.org
Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ compileTestKotlin {
2323 kotlinOptions. jvmTarget = ' 1.8'
2424}
2525
26+ application {
27+ mainClassName = ' com.incquerylabs.vhci.modelaccess.twc.rest.CrawlerKt'
28+ }
29+
2630vertx {
2731 launcher = ' com.incquerylabs.vhci.modelaccess.twc.rest.CrawlerKt'
2832}
You can’t perform that action at this time.
0 commit comments