We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa353d commit d0c3a61Copy full SHA for d0c3a61
2 files changed
.github/workflows/update.yaml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
cd BetterJSONs
42
git pull
43
- java -jar ../build/libs/versionjsons-1.0-all.jar --update --path .
+ java -jar ../build/libs/versionjsons-1.0-all.jar --path ./jsons --generateManifest
44
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
45
git config --global user.email "${{ env.CI_COMMIT_EMAIL }}"
46
if [[ `git status --porcelain --untracked-files=no` ]]; then
build.gradle
@@ -16,7 +16,7 @@ sourceCompatibility = 1.8
16
mainClassName = 'lbq.jsongen.Main'
17
18
dependencies {
19
- shadow 'org.json:json:20220924'
+ implementation 'org.json:json:20220924'
20
}
21
22
artifacts {
0 commit comments