We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06407b commit c7c2a01Copy full SHA for c7c2a01
bootstrap.memory_lock
core/build.gradle
@@ -310,9 +310,10 @@ task('verifyVersions') {
310
311
// Finally, compare!
312
if (!knownVersions.equals(actualVersions)) {
313
- throw new GradleException("out-of-date versions\nActual :" +
+ throw new GradleException("out-of-date released versions\nActual :" +
314
actualVersions + "\nExpected:" + knownVersions +
315
- "; update Version.java")
+ "\nUpdate Version.java. Note that Version.CURRENT doesn't count " +
316
+ "because it is not released.")
317
}
318
319
0 commit comments