Skip to content

Commit

Permalink
Try forcing java version in build recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
tecarter94 committed Jul 8, 2024
1 parent bed3757 commit d09eb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift-with-appstudio-test/e2e/basictests.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func runPipelineTests(t *testing.T, doSetup func(t *testing.T, namespace string)
cfgMap.Namespace = ta.ns
cfgMap.Data = map[string]string{}
cfgMap.Data["build.yaml"] = `---
enforceVersion: true`
javaVersion: 11`
_, err = kubeClient.CoreV1().ConfigMaps(ta.ns).Create(context.TODO(), &cfgMap, metav1.CreateOptions{})
if err != nil {
debugAndFailTest(ta, fmt.Sprintf("unable to create configmap %s: %s", cfgMap.Name, err.Error()))
Expand Down

0 comments on commit d09eb1e

Please sign in to comment.