commit
c3e122d6ea
|
|
@ -32,6 +32,7 @@ import org.assertj.core.api.Condition;
|
||||||
import org.gradle.testkit.runner.BuildResult;
|
import org.gradle.testkit.runner.BuildResult;
|
||||||
import org.gradle.testkit.runner.TaskOutcome;
|
import org.gradle.testkit.runner.TaskOutcome;
|
||||||
import org.junit.jupiter.api.BeforeEach;
|
import org.junit.jupiter.api.BeforeEach;
|
||||||
|
import org.junit.jupiter.api.Disabled;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
import org.junit.jupiter.api.condition.EnabledForJreRange;
|
import org.junit.jupiter.api.condition.EnabledForJreRange;
|
||||||
import org.junit.jupiter.api.condition.JRE;
|
import org.junit.jupiter.api.condition.JRE;
|
||||||
|
|
@ -150,6 +151,7 @@ class PaketoBuilderTests {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Disabled("0.4.292 of the builder launches an unpacked jar rather than the script in bin")
|
||||||
void bootDistZipJarApp() throws Exception {
|
void bootDistZipJarApp() throws Exception {
|
||||||
writeMainClass();
|
writeMainClass();
|
||||||
String projectName = this.gradleBuild.getProjectDir().getName();
|
String projectName = this.gradleBuild.getProjectDir().getName();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue