Commit bc88af8e authored by Scott Frederick's avatar Scott Frederick

Restore accidentally deleted line

parent 21028226
......@@ -235,6 +235,7 @@ public class BuildRequest {
* @return a new build request instance
*/
public static BuildRequest forJarFile(File jarFile) {
assertJarFile(jarFile);
return forJarFile(ImageReference.forJarFile(jarFile).inTaggedForm(), jarFile);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment