-
Notifications
You must be signed in to change notification settings - Fork 546
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
Gradle tasks missing annotations #561
Labels
bug
For reporting bugs or issuing bug fixes
build
Build failures and problems
enhancement
General enhancement
plugin
Comments
BrianPin
added
bug
For reporting bugs or issuing bug fixes
build
Build failures and problems
enhancement
General enhancement
plugin
labels
Mar 17, 2021
DPUkyle
added a commit
to DPUkyle/rest.li
that referenced
this issue
Mar 23, 2021
- This change does not require the consumer to use Gradle 6.1 - Forthcoming opt-in features to improve metadata publishing will require Gradle 6.1 (linkedin#565) - Fixes to linkedin#561 require Gradle 5.4 or higher
DPUkyle
added a commit
to DPUkyle/rest.li
that referenced
this issue
Mar 23, 2021
- Consumers of the pegasus plugin must use Gradle 5.4+ - `@ReplacedBy` annotation requires Gradle 5.4+ - `o.g.w.InputChanges` API requires Gradle 5.4+
DPUkyle
added a commit
to DPUkyle/rest.li
that referenced
this issue
Mar 23, 2021
- Consumers of the pegasus plugin must use Gradle 5.4+ - `@ReplacedBy` annotation requires Gradle 5.4+ - `o.g.w.InputChanges` API requires Gradle 5.4+
DPUkyle
added a commit
to DPUkyle/rest.li
that referenced
this issue
Mar 24, 2021
- This change does not require the consumer to use Gradle 6.1 - Forthcoming opt-in features to improve metadata publishing will require Gradle 6.1 (linkedin#565) - Fixes to linkedin#561 require Gradle 5.4 or higher
DPUkyle
added a commit
to DPUkyle/rest.li
that referenced
this issue
Mar 24, 2021
- Consumers of the pegasus plugin must use Gradle 5.4+ - `@ReplacedBy` annotation requires Gradle 5.4+ - `o.g.w.InputChanges` API requires Gradle 5.4+
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
For reporting bugs or issuing bug fixes
build
Build failures and problems
enhancement
General enhancement
plugin
A few of the Gradle tasks are missing annotations on public accessors.
These annotations help Gradle understand when tasks need to be re-executed, and whether they are considered up-to-date or their outputs can be cached. Fixing these annotations should improve build speeds for projects applying the
pegasus
plugin.See Table 1. Incremental build property type annotations from the relevant docs here.
From a recent travis log:
The text was updated successfully, but these errors were encountered: