Skip to content

Commit

Permalink
Remove beta_warn static var
Browse files Browse the repository at this point in the history
  • Loading branch information
JaciBrunning committed Jan 2, 2019
1 parent e97b7e7 commit 08f6257
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/groovy/edu/wpi/first/gradlerio/wpi/WPIPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ class WPIPlugin implements Plugin<Project> {
project.afterEvaluate {
addMavenRepositories(project, wpiExtension)
}

project.gradle.buildFinished {
_beta_warn = false;
}
}

void explainRepositories(Project project) {
Expand Down Expand Up @@ -115,6 +111,4 @@ class WPIPlugin implements Plugin<Project> {
}
}
}

static boolean _beta_warn = false;
}

0 comments on commit 08f6257

Please sign in to comment.