Skip to content

Commit 07dfd69

Browse files
committed
build section restyle
1 parent ae7108b commit 07dfd69

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
@@ -75,25 +75,45 @@ A WAR file is created inside the `cics-java-liberty-jdbc-app/build/libs` directo
7575

7676
The JVM server the CICS bundle is targeted at is controlled through the `cics.jvmserver` property, or in the command line.
7777

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

8595
### Building with Maven
8696

8797
A WAR file is created inside the `cics-java-liberty-jdbc-app/target` directory and a CICS bundle ZIP file inside the `cics-java-liberty-jdbc-bundle/target` directory.
8898

8999
The JVM server the CICS bundle is targeted at is controlled throught the `cics.jvmserver` property, defined in [`cics-java-liberty-jdbc-bundle/pom.xml`](cics-java-liberty-jdbc-bundle/pom.xm) file under the `defaultjvmserver` configuration property, or in 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
## Configuring
99119

0 commit comments

Comments
 (0)