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

Template cleanup #1

Merged
merged 3 commits into from
Sep 15, 2024
Merged

Template cleanup #1

merged 3 commits into from
Sep 15, 2024

Conversation

Pesekjak
Copy link
Contributor

@Pesekjak Pesekjak commented Sep 9, 2024

🚀 Description

This PR focuses on cleaning up the Kotlin Gradle plugin template used in this project.

📄 Motivation and Context

For a project of this size the template seems too complex, with many unused features. I simplified it by removing unnecessary elements.

The most notable changes are removal of Detekt and moving the plugin implementation to its root module (previously this was a submodule of the plugin-build which seems unnecessary).

🧪 How Has This Been Tested?

Build was successful after the applied changes.

✅ Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

removed detekt,
moved the plugin implementation to its root module,
removed GitHub issue templates
removed `pre-merge` and `publish-plugin` workflows
@Pesekjak Pesekjak merged commit d77cb58 into main Sep 15, 2024
1 check passed
@Pesekjak Pesekjak deleted the template-cleanup branch September 15, 2024 14:41
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