Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
avishek-sen-gupta committed Nov 21, 2024
1 parent 309a61a commit b838671
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish-window.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Maven Package Windows

on:
push
workflow_dispatch

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ Now run your commands as usual.

### How to Build

The local build process has been tested on MacOS (and of course on the pipeline using the ```ubuntu-latest``` image).
The build process has been tested on MacOS, Windows, and on the pipeline using the ```ubuntu-latest``` image.

**JDK Note:**
- The toolkit uses JDK 21 features; so you'll need the appropriate JDK set up.
Expand All @@ -830,7 +830,7 @@ After cloning the repository, initialise submodules using:
git submodule update --init --recursive
```

Run: ```mvn clean install```.
Run: ```mvn clean verify```.

The Checkstyle step is mostly applicable for the Eclipse Cobol parser project. You can skip the Checkstyle targets with:

Expand Down

0 comments on commit b838671

Please sign in to comment.