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

Add task to build.gradle.kts for publishing to local m2 cache with gi… #76

Closed
wants to merge 1 commit into from

Conversation

toxynoid
Copy link

@toxynoid toxynoid commented Feb 9, 2025

…t commit hash.

A task to publish build artifacts to local maven cache with git commit hash as version. Those will be picked up by gradle during next dependency sync of the root project.

You must add mavenLocal() as last line to repositories of dependencyResolutionManagement in settings.gradle.kts of your root project.

What is it?

  • Bugfix
  • Feature
  • Codebase improvement

Description of the changes in your PR

  • Added build task for to ease development

Relies on the following changes

  • mavenLocal() repos must be enabled in root project.

Acknowledgement

…t commit hash.

A task to publish build artifacts to local maven cache with git commit hash as version. Those will be picked up by gradle during next dependency sync of the root project.

You must add mavenLocal() as last line to repositories of  dependencyResolutionManagement in settings.gradle.kts of your root project.
@naveensingh naveensingh closed this Feb 9, 2025
@naveensingh
Copy link
Member

naveensingh commented Feb 9, 2025

Please read the contribution guidelines.

PRs altering build configuration, dependencies or SDK updates won't be accepted unless explicitly requested.

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