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

Modernize build configuration #268

Merged
merged 4 commits into from
Jul 27, 2024
Merged

Modernize build configuration #268

merged 4 commits into from
Jul 27, 2024

Conversation

MrHadiSatrio
Copy link
Owner

What has changed

Remove overly-complicated custom plugins and configurations in buildSrc/. Migrate dependency declarations to Gradle Version Catalog. And centralize common configurations for Detekt and Kover under the root build.gradle.kts.

Why it was changed

Solely for hygiene reasons.

This commit migrates the project to use a version catalog for
dependency management.
This commit centralizes the Detekt configuration in the root
`build.gradle.kts` file and applies it to all subprojects.
This commit centralizes the Kover configuration in the root
`build.gradle.kts` file and applies it to all subprojects.
This commit removes the `gradle/ci-configs/gradle.properties`
file and several unused scripts from the repository.
Copy link

@MrHadiSatrio MrHadiSatrio merged commit b29a968 into develop Jul 27, 2024
2 checks passed
@MrHadiSatrio MrHadiSatrio deleted the task/housekeeping branch July 27, 2024 17:48
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