Skip to content
Snippets Groups Projects
Commit e1ae0698 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Changed warning

parent d0f1a12b
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,10 @@ object BiopetExecutable extends Logging {
prop.load(getClass.getClassLoader.getResourceAsStream("git.properties"))
val describeShort = prop.getProperty("git.commit.id.describe-short")
if (describeShort.endsWith("-dirty")) {
logger.warn("This is a dirty build")
logger.warn("**********************************************************")
logger.warn("* This JAR was built while there are uncommited changes. *")
logger.warn("* Reproducible results are *not* guaranteed. *")
logger.warn("**********************************************************")
}
}
checkDirtyBuild(logger)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment