-
Notifications
You must be signed in to change notification settings - Fork 515
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
Minor cleanups and tweaks to the Gradle plugin #3171
Commits on May 1, 2022
-
Remove "UnstableApiUsage" suppression
Worker API is stable from Gradle 7.0
Configuration menu - View commit details
-
Copy full SHA for 0465bba - Browse repository at this point
Copy the full SHA 0465bbaView commit details -
Add IgnoreEmptyDirectories annoation to getSource in tasks
Specify that directories should be ignored when snapshotting inputs. This annotation was added to the overridden function from Gradle 6.8
Configuration menu - View commit details
-
Copy full SHA for 4d1bb43 - Browse repository at this point
Copy the full SHA 4d1bb43View commit details -
Remove redundant InputFiles annotation
It's only necessary to add InputFiles if the Classpath annotation is used to maintain compatibility with Gradle versions older than 3.2.
Configuration menu - View commit details
-
Copy full SHA for 8097b5a - Browse repository at this point
Copy the full SHA 8097b5aView commit details -
Remove redundant workerExecutor override
The overridden property has an equivalent definition
Configuration menu - View commit details
-
Copy full SHA for bf7c6d9 - Browse repository at this point
Copy the full SHA bf7c6d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9752c9 - Browse repository at this point
Copy the full SHA a9752c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d3300 - Browse repository at this point
Copy the full SHA 81d3300View commit details -
Add CacheableTask annotation to SqlDelightWorkerTask
Required when using stricter plugin validation
Configuration menu - View commit details
-
Copy full SHA for c6cefab - Browse repository at this point
Copy the full SHA c6cefabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8af3ad0 - Browse repository at this point
Copy the full SHA 8af3ad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for df21c5c - Browse repository at this point
Copy the full SHA df21c5cView commit details