Skip to content

Commit dfabda3

Browse files
committed
Include new module into build workflows
1 parent f6ed3d8 commit dfabda3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
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

.github/workflows/snapshot_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
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'
@@ -54,6 +55,7 @@ jobs:
5455
--no-daemon
5556
--info
5657
:json-schema-validator:assemble
58+
:json-schema-validator-objects:assemble
5759
publish
5860
-x :benchmark:benchmark
5961
env:

0 commit comments

Comments
 (0)