ToughTechs151 / robot-template

Template for Tough Techs robots.
Other
1 stars 0 forks source link

Add spotless apply task as a prerequisite for the build task. #71

Closed blu28 closed 10 months ago

blu28 commented 10 months ago

Before we started using the robot template we did not make the Spotless Apply task part of the build process because of the potential of changing files that the user had not edited, resulting in confusion. However, if we start from the robot-template and make a practice of always checking in only correctly formatted files, this should not occur. We should therefore re-instate that running of Spotless Apply.

blu28 commented 10 months ago

See also #62. If we integrate this issue, maybe we won't need Gradle for Java extension?