mozilla-mobile / gradle-apilint

Gradle Plugin that tracks the API of an Android library and helps maintain backward compatibility.
Mozilla Public License 2.0
8 stars 9 forks source link

Fix PythonExec warnings #12

Open agi90 opened 6 years ago

agi90 commented 6 years ago
Task property validation finished with warnings:
  - Warning: Task type 'org.mozilla.apilint.PythonExec': property 'pythonCommand' is not annotated with an input or output annotation.
  - Warning: Task type 'org.mozilla.apilint.PythonExec': property 'scriptPath' is not annotated with an input or output annotation.