pygradle icon indicating copy to clipboard operation
pygradle copied to clipboard

build warnings when compiling pygradle

Open scphantm opened this issue 9 years ago • 0 comments

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'.

scphantm avatar Feb 11 '17 23:02 scphantm