juxt

kenny 2018-10-19T16:27:22.000100Z

When building an uberjar with one-jar, I always get these lines printed out:

NOTE: /alpha/bootstrap/onejar/src/com/simontuffs/onejar/JarClassLoader.java, line -1: Some input files use unchecked or unsafe operations.

NOTE: /alpha/bootstrap/onejar/src/com/simontuffs/onejar/JarClassLoader.java, line -1: Recompile with -Xlint:unchecked for details.
Is there a way to suppress these messages?

dominicm 2018-10-19T16:48:26.000100Z

I don't think so. I haven't tried though.