Merge branch '3.2.x'

Closes gh-40805
This commit is contained in:
Andy Wilkinson 2024-05-17 10:37:51 +01:00
commit df578d5616

View File

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