Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

5.5 RobotController fails :lint on a default gradle build #262

@alan412

Description

@alan412

If you do a full gradle build (say from the command line or in an automated system), the menus fail lint which stops the build

2 ways to fix this:
1 - fix the errors in the menu
or
2 - put

   lintOptions{
      abortOnError false
   }

into build.gradle under FtcRobotController

As a related note, I was surprised that the build.gradle in FtcRobotController didn't use build.common.gradle

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions