Restore accidentally deleted line
This commit is contained in:
parent
210282260e
commit
bc88af8e53
|
|
@ -235,6 +235,7 @@ public class BuildRequest {
|
||||||
* @return a new build request instance
|
* @return a new build request instance
|
||||||
*/
|
*/
|
||||||
public static BuildRequest forJarFile(File jarFile) {
|
public static BuildRequest forJarFile(File jarFile) {
|
||||||
|
assertJarFile(jarFile);
|
||||||
return forJarFile(ImageReference.forJarFile(jarFile).inTaggedForm(), jarFile);
|
return forJarFile(ImageReference.forJarFile(jarFile).inTaggedForm(), jarFile);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue