Skip to content

Commit

Permalink
[FLINK] disable module metadata generation (OpenLineage#2531)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhenqiu Huang <huangzhenqiu0825@gmail.com>
Signed-off-by: Fabio Manganiello <fabio@manganiello.tech>
  • Loading branch information
HuangZhenQiu authored and blacklight committed Apr 4, 2024
1 parent 6b4103e commit 5f7ff19
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased](https://github.com/OpenLineage/OpenLineage/compare/1.10.2...HEAD)


### Fixed
* **Flink: disable module metadata generation** [`#2507`](https://github.com/OpenLineage/OpenLineage/pull/2531) [@HuangZhenQiu](https://github.com/HuangZhenQiu)
*Fixes the issue flink module generated contains the internal libs that are not published*

## [1.10.2](https://github.com/OpenLineage/OpenLineage/compare/1.9.1...1.10.2) - 2024-03-15

### Added
Expand Down
4 changes: 4 additions & 0 deletions integration/flink/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ tasks.named("build").configure {
dependsOn(validateReleaseVersionProperty)
}

tasks.withType(GenerateModuleMetadata.class).configureEach {
enabled = false
}

publishing {
publications {
mavenJava(MavenPublication) {
Expand Down

0 comments on commit 5f7ff19

Please sign in to comment.