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

chore(gradle) #112: Removed commons module, duplicated gradle declarations, and mvn publishing from annotation-processor #113

Merged
merged 3 commits into from
Jul 22, 2024

Conversation

lilgallon
Copy link
Member

@lilgallon lilgallon commented Jun 19, 2024

closes #112

  • commons module only contained Partial, which is an annotation processed by annotation-processor module. It has been moved there, and commons module has been removed
  • There were some duplicated gradle plugin declarations. They were already declared in subprojects { .. }, so no need to redeclare them in sub modules.
  • annotation-processor module will not be published to maven central anymore as it will never be used outside this project

Copy link

@lilgallon lilgallon force-pushed the chore/#112-do-not-publish-useless-libs branch from 60871ea to b53820c Compare July 22, 2024 14:43
Copy link

@lilgallon lilgallon merged commit 0e681d1 into main Jul 22, 2024
2 checks passed
@lilgallon lilgallon deleted the chore/#112-do-not-publish-useless-libs branch July 22, 2024 14:51
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.

Don't publish annotation-processor & common module to maven central
2 participants