Remove warning for running the compiler under Java 6/7

Now the compiler won't even start, so no need to check this manually.
This commit is contained in:
Dmitry Jemerov
2017-04-07 18:11:48 +02:00
parent 5a7278b856
commit 406714a1f4
9 changed files with 1 additions and 25 deletions
@@ -34,8 +34,6 @@ State state = new File(basedir, "build.log").readLines().collect { it.replaceAll
replace("\\", "/").
replaceAll(/[0-9]+\s*ms/, "LLL ms").
trim().
// TODO: Remove after build is launched only under java 8
replaceAll(/\[WARNING] Running the Kotlin compiler under Java 6 or 7 is unsupported and will no longer be possible in a future update./, "").
replaceAll(/^\[[A-Z]+\]$/, "").
replaceAll(/version [0-9a-z-+\.]+/, "version @snapshot@")