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: replace Taskfile with Gradle tasks #2179

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

jjohannes
Copy link
Collaborator

@jjohannes jjohannes commented Jan 16, 2025

Description:

The only things in the Taskfile that were still important are the update* tasks. All other tasks just forwarded to Gradle.

With this change, the "update" tasks are implemented in Gradle and Taskfile (and with that a separate tool) is no longer needed.

While testing the updateProto task, I discovered that we still missed some adjustments in the "hedera -> hiero" change. These are done in this PR as well.

Also, remove developers.properties - see: hiero-ledger/hiero-gradle-conventions#37

Related issue(s):

#1794 - addresses open issue: Revisit Taskfile.yml (maybe make it as gradle tasks)

@jjohannes jjohannes added this to the v2.48.0 milestone Jan 16, 2025
@jjohannes jjohannes self-assigned this Jan 16, 2025
@jjohannes jjohannes requested review from a team as code owners January 16, 2025 16:45
The only things in the Taskfile that were still important are the
"update*" tasks. All other tasks just forwarded to Gradle.

With this change, the "update" tasks are implemented in Gradle so
Taskfile (and with that a separate tool) is no longer needed.

While testing the "updateProto" task, I discovered that we still
missed some adjustments in the "hedera -> hiero" change. These are
done in this PR as well.

Signed-off-by: Jendrik Johannes <[email protected]>
This file is no longer needed.
(hiero-ledger/hiero-gradle-conventions#37)

Signed-off-by: Jendrik Johannes <[email protected]>
@jjohannes jjohannes requested a review from 0xivanov January 17, 2025 09:42
@jjohannes jjohannes linked an issue Jan 17, 2025 that may be closed by this pull request
Copy link
Contributor

@0xivanov 0xivanov left a comment

Choose a reason for hiding this comment

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

LGTM

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.

Improvements of and documentation of the Gradle build
3 participants