Skip to content

Commit 80b50c5

Browse files
committed
build section restyle
1 parent e8fa594 commit 80b50c5

File tree

1 file changed

+32
-12
lines changed

1 file changed

+32
-12
lines changed

README.md

Lines changed: 32 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,22 @@ A WAR file is created inside the `cics-java-liberty-link-app/build/libs` directo
7474

7575
The JVM server the CICS bundle is targeted at is controlled through the `cics.jvmserver` property, defined in the [`cics-java-liberty-link-bundle/build.gradle`](cics-java-liberty-link-bundle/build.gradle) file, or alternatively can be set on the command line:
7676

77-
| Tool | Command |
78-
| ----------- | ----------- |
79-
| Gradle Wrapper (Linux/Mac) | ```./gradlew clean build``` |
80-
| Gradle Wrapper (Windows) | ```gradle.bat clean build``` |
81-
| Gradle (command-line) | ```gradle clean build``` |
82-
| Gradle (command-line & setting jvmserver) | ```gradle clean build -Pcics.jvmserver=MYJVM``` |
77+
**Gradle Wrapper (Linux/Mac):**
78+
```shell
79+
./gradlew clean build
80+
```
81+
**Gradle Wrapper (Windows):**
82+
```shell
83+
gradle.bat clean build
84+
```
85+
**Gradle (command-line):**
86+
```shell
87+
gradle clean build
88+
```
89+
**Gradle (command-line & setting jvmserver):**
90+
```shell
91+
gradle clean build -Pcics.jvmserver=MYJVM
92+
```
8393

8494
### Building with Apache Maven
8595

@@ -88,12 +98,22 @@ A WAR file is created inside the `cics-java-liberty-link-app/target` directory a
8898
If building a CICS bundle ZIP the CICS JVM server name for the WAR bundle part should be modified in the
8999
`cics.jvmserver` property, defined in [`cics-java-liberty-link-bundle/pom.xml`](cics-java-liberty-link-bundle/pom.xml) file under the `defaultjvmserver` configuration property, or alternatively can be set on the command line.
90100

91-
| Tool | Command |
92-
| ----------- | ----------- |
93-
| Maven Wrapper (Linux/Mac) | ```./mvnw clean verify``` |
94-
| Maven Wrapper (Windows) | ```mvnw.cmd clean verify``` |
95-
| Maven (command-line) | ```mvn clean verify``` |
96-
| Maven (command-line & setting jvmserver) | ```mvn clean verify -Dcics.jvmserver=MYJVM``` |
101+
**Maven Wrapper (Linux/Mac):**
102+
```shell
103+
./mvnw clean verify
104+
```
105+
**Maven Wrapper (Windows):**
106+
```shell
107+
mvnw.cmd clean verify
108+
```
109+
**Maven (command-line):**
110+
```shell
111+
mvn clean verify
112+
```
113+
**Maven (command-line & setting jvmserver):**
114+
```shell
115+
mvn clean verify -Dcics.jvmserver=MYJVM
116+
```
97117

98118
## Deploying to a Liberty JVM server
99119

0 commit comments

Comments
 (0)