Skip to content

Commit d0c3a61

Browse files
committed
Hopefully fixed
1 parent aaa353d commit d0c3a61

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
cd BetterJSONs
4242
git pull
43-
java -jar ../build/libs/versionjsons-1.0-all.jar --update --path .
43+
java -jar ../build/libs/versionjsons-1.0-all.jar --path ./jsons --generateManifest
4444
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
4545
git config --global user.email "${{ env.CI_COMMIT_EMAIL }}"
4646
if [[ `git status --porcelain --untracked-files=no` ]]; then

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sourceCompatibility = 1.8
1616
mainClassName = 'lbq.jsongen.Main'
1717

1818
dependencies {
19-
shadow 'org.json:json:20220924'
19+
implementation 'org.json:json:20220924'
2020
}
2121

2222
artifacts {

0 commit comments

Comments
 (0)