Skip to content

Commit 08f6257

Browse files
committed
Remove beta_warn static var
1 parent e97b7e7 commit 08f6257

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/groovy/edu/wpi/first/gradlerio/wpi/WPIPlugin.groovy

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ class WPIPlugin implements Plugin<Project> {
5959
project.afterEvaluate {
6060
addMavenRepositories(project, wpiExtension)
6161
}
62-
63-
project.gradle.buildFinished {
64-
_beta_warn = false;
65-
}
6662
}
6763

6864
void explainRepositories(Project project) {
@@ -115,6 +111,4 @@ class WPIPlugin implements Plugin<Project> {
115111
}
116112
}
117113
}
118-
119-
static boolean _beta_warn = false;
120114
}

0 commit comments

Comments
 (0)