Fix lint results path for Gradle 7.0

This commit is contained in:
Cameron Gutman
2021-08-10 02:12:03 -05:00
parent 7c58234174
commit c6d9889182

View File

@@ -14,6 +14,6 @@ build_script:
- gradlew.bat build connectedCheck
after_build:
- 'appveyor PushArtifact app\build\reports\lint-results.html'
- 'appveyor PushArtifact app\build\reports\lint-results-nonRootDebug.html'
deploy: off