Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not publish build dependencies #188

Merged
merged 1 commit into from
May 23, 2022

Conversation

snazy
Copy link
Member

@snazy snazy commented May 23, 2022

Before #173 the published cel-parent pom contained no Maven
<dependencyManagement>. With #173, it appeared, which lets
CEL-Java's build dependencies leak into other projects.
Especially the dependency to antlr can cause issues downstream.

Similar for the published Gradle module.jsons - here the
cel-parent must become a compileOnly dependency, so it
does not "leak" downstream.

Before projectnessie#173 the published `cel-parent` pom contained no Maven
`<dependencyManagement>`. With projectnessie#173, it appeared, which lets
CEL-Java's *build* dependencies leak into other projects.
Especially the dependency to antlr can cause issues downstream.

Similar for the published Gradle `module.json`s - here the
`cel-parent` must become a `compileOnly` dependency, so it
does not "leak" downstream.
@snazy snazy force-pushed the do-not-pub-build-dep-mgmt branch from 84c60ab to 0de7c26 Compare May 23, 2022 09:40
@codecov
Copy link

codecov bot commented May 23, 2022

Codecov Report

Merging #188 (0de7c26) into main (deeea9e) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #188   +/-   ##
=========================================
  Coverage     80.37%   80.37%           
  Complexity     1835     1835           
=========================================
  Files           100      100           
  Lines          7899     7899           
  Branches       1143     1143           
=========================================
  Hits           6349     6349           
  Misses         1033     1033           
  Partials        517      517           
Flag Coverage Δ
java 80.37% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update deeea9e...0de7c26. Read the comment docs.

@snazy snazy merged commit ceca7ed into projectnessie:main May 23, 2022
@snazy snazy deleted the do-not-pub-build-dep-mgmt branch May 23, 2022 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants