Skip to content

Migrate to Gradle 8.14#327

Merged
bocchi810 merged 3 commits intomasterfrom
gradle-migrate
Jul 17, 2025
Merged

Migrate to Gradle 8.14#327
bocchi810 merged 3 commits intomasterfrom
gradle-migrate

Conversation

@JingMatrix
Copy link
Copy Markdown
Owner

Gradle 8.14 has new syntax requirement with warning:

'task(String, noinline type.() -> Unit): type' is deprecated. Use tasks.register instead

Current commit needs further review or improvement.

@bocchi810 This is your commit, now separeted as a pull-request.
We may work on it further to improve it.

Gradle 8.14 has new syntax requirement, which indicates the following warning:
'task(String, noinline type.() -> Unit): type' is deprecated. Use tasks.register instead

Co-authored-by: 141204703+bocchi810@users.noreply.github.com
@bocchi810 bocchi810 requested review from bocchi810 and removed request for bocchi810 July 12, 2025 08:39
This change will use 'tasks.register' replace 'task'
This change will use 'android.androidResources.enable' replace 'androidResources'
@JingMatrix
Copy link
Copy Markdown
Owner Author

I think this pull-request is well-done. You may check it one more time, @bocchi810 , before we finally merge it.

@bocchi810 bocchi810 merged this pull request into master Jul 17, 2025
1 check passed
@JingMatrix JingMatrix deleted the gradle-migrate branch July 17, 2025 05:05
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