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 58
58
gradle-version : wrapper
59
59
- name : Build and publish release
60
60
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
62
64
publish closeAndReleaseStagingRepositories
63
65
-Pversion=${{ needs.version.outputs.RELEASE_VERSION }}
64
66
-x :benchmark:benchmark
Original file line number Diff line number Diff line change 8
8
- ' build.gradle.kts'
9
9
- ' gradle.properties'
10
10
- ' json-schema-validator/**'
11
+ - ' json-schema-validator-objects/**'
11
12
- ' gradle/**'
12
13
- ' generator/**'
13
14
- ' .github/workflows/snapshot_release.yml'
54
55
--no-daemon
55
56
--info
56
57
:json-schema-validator:assemble
58
+ :json-schema-validator-objects:assemble
57
59
publish
58
60
-x :benchmark:benchmark
59
61
env :
You can’t perform that action at this time.
0 commit comments