Minor, fix typo in assertion message
This commit is contained in:
@@ -29,7 +29,7 @@ public class KotlinCompilerVersion {
|
|||||||
static {
|
static {
|
||||||
if (!VERSION.equals("@snapshot@") && !VERSION.contains("-") && IS_PRE_RELEASE) {
|
if (!VERSION.equals("@snapshot@") && !VERSION.contains("-") && IS_PRE_RELEASE) {
|
||||||
throw new IllegalStateException(
|
throw new IllegalStateException(
|
||||||
"IS_PRE_RELEASE cannot be false for a compiler without '-' in its version.\n" +
|
"IS_PRE_RELEASE cannot be true for a compiler without '-' in its version.\n" +
|
||||||
"Please change IS_PRE_RELEASE to false, commit and push this change to master"
|
"Please change IS_PRE_RELEASE to false, commit and push this change to master"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user