Skip to content

Commit

Permalink
JBAI-5829 [examples] Disabled Maven publication for :examples module.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriyb committed Sep 30, 2024
1 parent 905d24c commit ac04736
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,9 @@ subprojects {
targetCompatibility = jvmTargetVersion.toString()
}
}

project(":examples") {
tasks.withType<PublishToMavenRepository>().configureEach {
onlyIf { false }
}
}

0 comments on commit ac04736

Please sign in to comment.