Skip to content

Commit

Permalink
build: fix buildscript for codemc
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Feb 4, 2024
1 parent d801a3b commit ca66ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pipeline {
) {
sh 'git fetch --tags'
sh 'git reset --hard'
sh 'git submodule update --init --recursive --force'
sh './gradlew clean build'
}
}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ JDK 17+ is required to build and use C2ME
Run the following commands in the root directory:

```shell
git submodule update --init --recursive
./gradlew clean build
```

Expand Down

0 comments on commit ca66ce9

Please sign in to comment.