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

build: Simplify build infrastructure for command line tools #613

Merged
merged 2 commits into from
Apr 15, 2024

Conversation

nikclayton
Copy link
Contributor

@nikclayton nikclayton commented Apr 12, 2024

Provide a build convention plugin for command line tools, and use
libs.versions.toml for command line tool dependencies. Adjust the
individual tool build.gradle.kts files accordingly.

Remove unnecessary gradle.properties and settings.gradle files for
projects that are included as subprojects, not included builds.

Add a trivial test for each command line tool so there are tests to run
and provide some confidence that automated library upgrades don't break
command line tool compilation.

@nikclayton nikclayton marked this pull request as draft April 15, 2024 12:39
Provide a build convention plugin for command line tools, and use
`libs.versions.toml` for command line tool dependencies. Adjust the
individual tool `build.gradle.kts` files accordingly.

Remove unnecessary `gradle.properties` and `settings.gradle` files for
projects that are included as subprojects, not included builds.

Add a trivial test for each command line tool so there are tests to run
and provide some confidence that automated library upgrades don't break
command line tool compilation.
@nikclayton nikclayton changed the title ci: Experiment with simpler CI steps build: Simplify build infrastructure for command line tools Apr 15, 2024
@nikclayton nikclayton marked this pull request as ready for review April 15, 2024 12:50
@nikclayton nikclayton merged commit 5f198b0 into pachli:main Apr 15, 2024
8 checks passed
@nikclayton nikclayton deleted the test-clikt branch April 15, 2024 13:07
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