Skip to content

Commit

Permalink
remove dumb check
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed Sep 11, 2024
1 parent 6d3fb05 commit cf0e9e2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ plugins {
id "edu.wpi.first.GradleRIO" version "2024kt"
}

def projectFolder = project.buildFile.parentFile

if (projectFolder.name != 'KotlinGradleRioTests') {
throw new GradleException("These projects are not to be used for robot projects. See README.md in the GradleRIO testing folder for the correct templates to use.")
}

def ROBOT_MAIN_CLASS = "frc.team0000.robot.MainKt"

// Define my targets (RoboRIO) and artifacts (deployable files)
Expand Down

0 comments on commit cf0e9e2

Please sign in to comment.