pygradle
pygradle copied to clipboard
build warnings when compiling pygradle
these warnings come up every time you compile pygradle
:pygradle-plugin:validateTaskProperties
Task property validation finished with warnings:
- Warning: Task type 'com.linkedin.gradle.python.tasks.BuildPexTask' declares property that is not annotated: 'reason'.
- Warning: Task type 'com.linkedin.gradle.python.tasks.InstallVirtualEnvironmentTask' declares property that is not annotated: 'container'.
- Warning: Task type 'com.linkedin.gradle.python.tasks.InstallVirtualEnvironmentTask' declares property that is not annotated: 'pythonDetails'.
- Warning: Task type 'com.linkedin.gradle.python.tasks.InstallVirtualEnvironmentTask' declares property that is not annotated: 'reason'.
- Warning: Task type 'com.linkedin.gradle.python.tasks.PipInstallTask' declares property that is not annotated: 'configurationFiles'.
- Warning: Task type 'com.linkedin.gradle.python.tasks.PipInstallTask' declares property that is not annotated: 'reason'.
- Warning: Task type 'com.linkedin.gradle.python.tasks.PyCoverageTask' declares property that is not annotated: 'extraArgs'.
- Warning: Task type 'com.linkedin.gradle.python.tasks.PyCoverageTask' declares property that is not annotated: 'outputStream'.
- Warning: Task type 'com.linkedin.gradle.python.tasks.PyCoverageTask' declares property that is not annotated: 'specificFileGiven'.
- Warning: Task type 'com.linkedin.gradle.python.tasks.PyTestTask' declares property that is not annotated: 'extraArgs'.
- Warning: Task type 'com.linkedin.gradle.python.tasks.PyTestTask' declares property that is not annotated: 'specificFileGiven'.
- Warning: Task type 'com.linkedin.gradle.python.tasks.SourceDistTask' declares property that is not annotated: 'distDir'.