Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delete a test #9621

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions integration/examples/jib-sync/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '2.0.5.RELEASE'
id 'org.springframework.boot' version '2.6.15'
id 'io.spring.dependency-management' version '1.0.7.RELEASE'
id 'com.google.cloud.tools.jib' version '3.3.1'
}
Expand All @@ -22,4 +22,4 @@ dependencies {
testImplementation "org.springframework.boot:spring-boot-starter-test"
}

jib.from.image = 'openjdk:17'
jib.from.image = 'openjdk:23'
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
6 changes: 0 additions & 6 deletions integration/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,6 @@ var tests = []struct {
// dir: "examples/buildpacks-python",
// deployments: []string{"web"},
// },
// TODO(#8811): Enable this test when issue is solve.
// {
// description: "buildpacks Java",
// dir: "examples/buildpacks-java",
// deployments: []string{"web"},
// },
{
description: "kustomize",
dir: "examples/getting-started-kustomize",
Expand Down
Loading