File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 5858 gradle-version : wrapper
5959 - name : Build and publish release
6060 run : >
61- ./gradlew --no-daemon --info :json-schema-validator:assemble
61+ ./gradlew --no-daemon --info
62+ :json-schema-validator:assemble
63+ :json-schema-validator-objects:assemble
6264 publish closeAndReleaseStagingRepositories
6365 -Pversion=${{ needs.version.outputs.RELEASE_VERSION }}
6466 -x :benchmark:benchmark
Original file line number Diff line number Diff line change 88 - ' build.gradle.kts'
99 - ' gradle.properties'
1010 - ' json-schema-validator/**'
11+ - ' json-schema-validator-objects/**'
1112 - ' gradle/**'
1213 - ' generator/**'
1314 - ' .github/workflows/snapshot_release.yml'
5455 --no-daemon
5556 --info
5657 :json-schema-validator:assemble
58+ :json-schema-validator-objects:assemble
5759 publish
5860 -x :benchmark:benchmark
5961 env :
You can’t perform that action at this time.
0 commit comments