mirror of
https://gitee.com/replugin/RePlugin.git
synced 2024-11-30 02:38:34 +08:00
Specification a print format
This commit is contained in:
parent
b68b03e9f1
commit
a4bfa1c4e4
@ -151,7 +151,7 @@ public class Replugin implements Plugin<Project> {
|
||||
def doCheckConfig(def name, def count) {
|
||||
if (!(count instanceof Integer) || count < 0) {
|
||||
this.project.logger.log(LogLevel.ERROR, "\n--------------------------------------------------------")
|
||||
this.project.logger.log(LogLevel.ERROR, " ERROR: ${name} must be an positive integer. ")
|
||||
this.project.logger.log(LogLevel.ERROR, " ${TAG} ERROR: ${name} must be an positive integer. ")
|
||||
this.project.logger.log(LogLevel.ERROR, "--------------------------------------------------------\n")
|
||||
System.exit(0)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user