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

refactor(buid): apply the edc build plugin and the version catalog #58

Merged

Conversation

wolf4ood
Copy link
Contributor

What this PR changes/adds

Apply the edc build plugin and the version catalog

Why it does that

simplify build file and consistency with EDC

Linked Issue(s)

Closes #56

Checklist

  • added appropriate tests?
  • performed checkstyle check locally?
  • added/updated copyright headers?
  • documented public classes/methods?
  • added/updated relevant documentation?
  • added relevant details to the changelog? (skip with label no-changelog)
  • formatted title correctly? (take a look at the CONTRIBUTING and styleguide for details)

@wolf4ood wolf4ood force-pushed the refactor/56_use_edc_build_plugin branch 2 times, most recently from 98df0a1 to c001b8f Compare November 17, 2022 11:25
@wolf4ood wolf4ood self-assigned this Nov 17, 2022
@wolf4ood wolf4ood added the refactoring Changing directories, modules, structures, etc. without functional changes label Nov 17, 2022
@wolf4ood wolf4ood marked this pull request as ready for review November 17, 2022 14:08
Copy link
Contributor

@jimmarino jimmarino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

love the 🔪

@wolf4ood wolf4ood force-pushed the refactor/56_use_edc_build_plugin branch from c001b8f to 9254f17 Compare November 17, 2022 16:02
versionCatalogs {
create("libs") {
from("org.eclipse.edc:edc-versions:0.0.1-SNAPSHOT")
version("picocli", "4.6.3")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not possible to have these lib versions in the gradle.properties file?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried on top level of the file and it didn't work. Checking it now probably it would work inside the single block

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case i will raise an issue for fixing this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I though this was merged, it's still opened so i will change it here

@wolf4ood wolf4ood force-pushed the refactor/56_use_edc_build_plugin branch from 9254f17 to 1a6753b Compare November 21, 2022 09:50
@bscholtes1A bscholtes1A merged commit 3dc1802 into eclipse-edc:main Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Changing directories, modules, structures, etc. without functional changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use the EDC build gradle plugin
4 participants