Skip to content

Commit 5798658

Browse files
committed
build section restyle
1 parent 336188e commit 5798658

File tree

1 file changed

+32
-14
lines changed

1 file changed

+32
-14
lines changed

README.md

Lines changed: 32 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,44 @@ A JAR file will be created in `cics-java-osgi-link-app/build/libs/cics-java-osgi
2929

3030
If using the CICS bundle ZIP, the CICS JVM server name for the OSGi bundle part should be modified in the `cics.jvmserver` property in the gradle build properties file to match the required CICS JVMSERVER resource name, or alternatively can be set on the command line.
3131

32-
33-
| Tool | Command |
34-
| ----------- | ----------- |
35-
| Gradle Wrapper (Linux/Mac) | ```./gradlew clean build``` |
36-
| Gradle Wrapper (Windows) | ```gradle.bat clean build``` |
37-
| Gradle (command-line) | ```gradle clean build``` |
38-
| Gradle (command-line & setting jvmserver) | ```gradle clean build -Pcics.jvmserver=MYJVM``` |
32+
**Gradle Wrapper (Linux/Mac):**
33+
```shell
34+
./gradlew clean build
35+
```
36+
**Gradle Wrapper (Windows):**
37+
```shell
38+
gradle.bat clean build
39+
```
40+
**Gradle (command-line):**
41+
```shell
42+
gradle clean build
43+
```
44+
**Gradle (command-line & setting jvmserver):**
45+
```shell
46+
gradle clean build -Pcics.jvmserver=MYJVM
47+
```
3948

4049
### Building with Apache Maven
4150
A JAR file will be created in `cics-java-osgi-link-app/target/cics-java-osgi-link-app-1.0.0.jar`. The CICS bundle ZIP file will be stored in `cics-java-osgi-link-bundle/target/cics-java-osgi-link-bundle-1.0.0.zip`.
4251

4352
If building a CICS bundle ZIP the CICS bundle plugin is driven using the maven verify phase. The CICS JVM server name for the OSGi bundle part should be modified in the `cics.jvmserver` property in the pom.xml to match the required CICS JVMSERVER resource name, or alternatively can be set on the command line.
4453

45-
46-
| Tool | Command |
47-
| ----------- | ----------- |
48-
| Maven Wrapper (Linux/Mac) | ```./mvnw clean verify``` |
49-
| Maven Wrapper (Windows) | ```mvnw.cmd clean verify``` |
50-
| Maven (command-line) | ```mvn clean verify``` |
51-
| Maven (command-line & setting jvmserver) | ```mvn clean verify -Dcics.jvmserver=MYJVM``` |
54+
**Maven Wrapper (Linux/Mac):**
55+
```shell
56+
./mvnw clean verify
57+
```
58+
**Maven Wrapper (Windows):**
59+
```shell
60+
mvnw.cmd clean verify
61+
```
62+
**Maven (command-line):**
63+
```shell
64+
mvn clean verify
65+
```
66+
**Maven (command-line & setting jvmserver):**
67+
```shell
68+
mvn clean verify -Dcics.jvmserver=MYJVM
69+
```
5270

5371
## Deploying to CICS
5472

0 commit comments

Comments
 (0)