You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had an ant script that would run Robot Inspector on each build, but now we're moving to gradle. As of right now, we just have a main method that runs the inspector, and leave it to yearly code to integrate it into the build process. A gradle task in a plugin would wrap this process up neatly for future years.
We should split out some of the OI and RobotMap code which is only used in validation and move it to a gradle plugin. This would also involve some API changes, so we should aim to get it in before 1.0.
The text was updated successfully, but these errors were encountered:
We had an ant script that would run Robot Inspector on each build, but now we're moving to gradle. As of right now, we just have a
main
method that runs the inspector, and leave it to yearly code to integrate it into the build process. A gradle task in a plugin would wrap this process up neatly for future years.We should split out some of the OI and RobotMap code which is only used in validation and move it to a gradle plugin. This would also involve some API changes, so we should aim to get it in before 1.0.
The text was updated successfully, but these errors were encountered: