Skip to content

Commit e0985d8

Browse files
committed
add further execution examples
1 parent 2d67063 commit e0985d8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ The easiest way to set up the environment is to:
1313

1414
1. `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
1923
1. `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

com.incquerylabs.vhci.modelaccess.twc.rest/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2630
vertx {
2731
launcher = 'com.incquerylabs.vhci.modelaccess.twc.rest.CrawlerKt'
2832
}

0 commit comments

Comments
 (0)