File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 run : |
4141 cd BetterJSONs
4242 git pull
43- java -jar ../build/libs/versionjsons-1.0.jar --update --path .
43+ java -jar ../build/libs/versionjsons-1.0-all .jar --update --path .
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
Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3+ id ' com.gradleup.shadow' version ' 8.3.0'
34 id ' application'
45 id ' eclipse'
56}
@@ -12,15 +13,10 @@ group = 'lbq'
1213archivesBaseName = ' versionjsons'
1314version = ' 1.0'
1415sourceCompatibility = 1.8
16+ mainClassName = ' lbq.jsongen.Main'
1517
1618dependencies {
17- implementation ' org.json:json:20220924'
18- }
19-
20- jar {
21- manifest {
22- attributes(' Main-Class' : ' lbq.jsongen.Main' )
23- }
19+ shadow ' org.json:json:20220924'
2420}
2521
2622artifacts {
You can’t perform that action at this time.
0 commit comments