Fix warning that failed maven plugin smoke test.
This commit is contained in:
@@ -34,6 +34,8 @@ State state = new File(basedir, "build.log").readLines().collect { it.replaceAll
|
|||||||
replace("\\", "/").
|
replace("\\", "/").
|
||||||
replaceAll(/[0-9]+\s*ms/, "LLL ms").
|
replaceAll(/[0-9]+\s*ms/, "LLL ms").
|
||||||
trim().
|
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(/^\[[A-Z]+\]$/, "").
|
||||||
replaceAll(/version [0-9a-z-+\.]+/, "version @snapshot@")
|
replaceAll(/version [0-9a-z-+\.]+/, "version @snapshot@")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user