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

Publish action package rename #232

Merged
merged 2 commits into from
Jul 3, 2024
Merged

Conversation

andrewauclair
Copy link
Owner

The new package rename step needs to happen in the package action too.

build.gradle files have been updated to allow for building modern docking using the maven central packages instead of the local packages. This can be done as 'gradlew build -PuseMavenVersion=true'.

module-info.java files are now copied by the package renamer because having the new packages directly in the existing module-info.java causes compile issues with a fresh pull of the repo.

…by running 'gradlew build -PuseMavenVersion=true'.

Fixing an issue with module-info.java when building the repo straight from GitHub without the package rename. Modules don't like empty or non-existent packages. A new copy of module-info.java will be copied when building.
@andrewauclair andrewauclair merged commit 80e9882 into main Jul 3, 2024
3 checks passed
@andrewauclair andrewauclair deleted the publish-action-package-rename branch July 3, 2024 16:59
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.

1 participant