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

[Java Client v4] Gradle config refactoring #270

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

jmigueprieto
Copy link
Contributor

@jmigueprieto jmigueprieto commented Sep 19, 2024

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • WHOSUSING.md
  • Other (please describe):

Changes in this PR

  • Refactored repeated Maven Publish plugin configuration from build.gradle into PublishConfigPlugin.
  • Artifact Coordinates: Changed default group io.orkes.conductor to org.conductoross.

@jmigueprieto jmigueprieto self-assigned this Sep 19, 2024
@@ -9,7 +9,7 @@ apply from: "$rootDir/versions.gradle"
subprojects {
apply plugin: 'java'
apply plugin: 'com.diffplug.spotless'
group = 'io.orkes.conductor'
group = 'org.conductoross'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

default group should be org.conductoross

@jmigueprieto jmigueprieto merged commit 1fc924f into main Sep 20, 2024
6 checks passed
@jmigueprieto jmigueprieto deleted the fix/client-v4-gradle-config-cleanup branch September 20, 2024 13:37
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