Skip to content

Cache task properties#17

Merged
rvp-diconium merged 5 commits intodiconium:mainfrom
budius:cache-task-properties
Oct 2, 2025
Merged

Cache task properties#17
rvp-diconium merged 5 commits intodiconium:mainfrom
budius:cache-task-properties

Conversation

@budius
Copy link
Contributor

@budius budius commented Oct 2, 2025

What does this PR introduce?

  • Reworked the Gradle plugin and Task to proper use the input/output and operate seamless with the gradle caching.
  • Also properly connect the generated code task with the compilation process so that it is automatically executed.

Resolved or linked issues?

Fix #15

Notable Changes

  • Reworked the gradle extension to be interface and add the appropriate annotations
  • extracted the gradle task to its own GenerateKtorServer class
  • structured the applyGenerateKtorServer following best practices.

Copy link
Collaborator

@rvp-diconium rvp-diconium left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rvp-diconium rvp-diconium merged commit 3e96df3 into diconium:main Oct 2, 2025
3 checks passed
@budius budius deleted the cache-task-properties branch October 5, 2025 09:02
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.

Investigate link the generateKtorServer task to assemble task and Gradle caching

2 participants