-
Notifications
You must be signed in to change notification settings - Fork 368
Bump Gradle to 9.4.1 #1502
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
Bump Gradle to 9.4.1 #1502
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| /* | ||
| * Copyright © 2024 Apple Inc. and the Pkl project authors. All rights reserved. | ||
| * Copyright © 2024-2026 Apple Inc. and the Pkl project authors. All rights reserved. | ||
| * | ||
| * Licensed under the Apache License, Version 2.0 (the "License"); | ||
| * you may not use this file except in compliance with the License. | ||
|
|
@@ -19,12 +19,14 @@ | |
| import org.gradle.api.file.RegularFileProperty; | ||
| import org.gradle.api.provider.Property; | ||
| import org.gradle.api.provider.Provider; | ||
| import org.gradle.api.tasks.CacheableTask; | ||
| import org.gradle.api.tasks.Input; | ||
| import org.gradle.api.tasks.Optional; | ||
| import org.gradle.api.tasks.OutputFile; | ||
| import org.pkl.cli.CliImportAnalyzer; | ||
| import org.pkl.cli.CliImportAnalyzerOptions; | ||
|
|
||
| @CacheableTask | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't know why these annotations are suddenly needed; it's not mentioned in Gradle's migration guide. But, it doesn't hurt to add. |
||
| public abstract class AnalyzeImportsTask extends ModulesTask { | ||
| @OutputFile | ||
| @Optional | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Referential equality for
Projectis now discouraged: https://docs.gradle.org/current/userguide/upgrading_version_9.html#referential_equality_is_not_guaranteed_for_project_instances