Skip to content

Commit

Permalink
Add generated files as a sourceset to stop ide complaining
Browse files Browse the repository at this point in the history
  • Loading branch information
WispySparks committed Dec 10, 2024
1 parent cc41a0e commit c674304
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions developerRobot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ application {

apply plugin: 'com.github.johnrengelman.shadow'

sourceSets.main.java.srcDir "${buildDir}/generated/sources/annotationProcessor/java/main"

repositories {
maven {
url = 'https://frcmaven.wpi.edu/artifactory/ex-mvn'
Expand Down

0 comments on commit c674304

Please sign in to comment.