Skip to content

Commit

Permalink
Add Wirespec integration module to published pom (#306)
Browse files Browse the repository at this point in the history
Co-authored-by: nsimonides <[email protected]>
  • Loading branch information
nsmnds and nsimonides authored Dec 5, 2024
1 parent 0803f3d commit 04eb553
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ jobs:
:src:plugin:maven:publish \
:src:plugin:arguments:publish \
:src:integration:jackson:publish \
:src:integration:wirespec:publish \
:src:integration:spring:publish \
:src:tools:generator:publish
release-lib-npm:
Expand Down
1 change: 1 addition & 0 deletions scripts/example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dir="$(dirname -- "$0")"
src:converter:openapi:jvmJar \
src:plugin:arguments:jvmJar \
src:integration:jackson:publishToMavenLocal \
src:integration:wirespec:publishToMavenLocal \
src:integration:spring:publishToMavenLocal \
src:plugin:gradle:publishToMavenLocal \
src:plugin:maven:publishToMavenLocal \
Expand Down
2 changes: 1 addition & 1 deletion src/integration/spring/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ kotlin {
val jvmMain by getting {
dependencies {
compileOnly(project(":src:compiler:core"))
compileOnly(project(":src:integration:wirespec"))
api(project(":src:integration:wirespec"))
implementation(project(":src:integration:jackson"))
implementation(libs.jackson.kotlin)
implementation(libs.kotlin.reflect)
Expand Down

0 comments on commit 04eb553

Please sign in to comment.