You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (GradleVersion.current() <GradleVersion.version("5.0")) {
5
-
thrownewIllegalStateException("Build validation not supported for Gradle ${GradleVersion.current()}. Upgrade your project's build to Gradle 5 or newer.")
5
+
thrownewIllegalStateException("The Gradle Enterprise Build Validation Scripts are not supported with Gradle ${GradleVersion.current()}. Please upgrade your project's build to Gradle 5 or newer.")
6
6
}
7
7
8
8
// note that there is no mechanism to share code between the initscript{} block and the main script, so some logic is duplicated
0 commit comments