From 0e168b2e7a3e93dc61d0af2fa2bea785cd3b4831 Mon Sep 17 00:00:00 2001 From: Sachin Itagi Date: Thu, 5 Dec 2024 06:20:31 +0000 Subject: [PATCH] Update the Jib Gradle plugin version --- task/jib-gradle/0.1/jib-gradle.yaml | 2 +- task/jib-gradle/0.2/jib-gradle.yaml | 2 +- task/jib-gradle/0.3/jib-gradle.yaml | 2 +- task/jib-gradle/0.4/jib-gradle.yaml | 2 +- test/linux-ppc64le.sh | 1 - test/linux-s390x.sh | 1 + 6 files changed, 5 insertions(+), 5 deletions(-) diff --git a/task/jib-gradle/0.1/jib-gradle.yaml b/task/jib-gradle/0.1/jib-gradle.yaml index 977333ac6f..de0038c19b 100644 --- a/task/jib-gradle/0.1/jib-gradle.yaml +++ b/task/jib-gradle/0.1/jib-gradle.yaml @@ -42,7 +42,7 @@ spec: # Adds Gradle init script that applies the Jib Gradle plugin. echo "initscript { repositories { maven { url 'https://plugins.gradle.org/m2' } } - dependencies { classpath 'gradle.plugin.com.google.cloud.tools:jib-gradle-plugin:+' } + dependencies { classpath 'com.google.cloud.tools:jib-gradle-plugin:+' } } rootProject { afterEvaluate { diff --git a/task/jib-gradle/0.2/jib-gradle.yaml b/task/jib-gradle/0.2/jib-gradle.yaml index d0818a443f..41b2e0686a 100644 --- a/task/jib-gradle/0.2/jib-gradle.yaml +++ b/task/jib-gradle/0.2/jib-gradle.yaml @@ -50,7 +50,7 @@ spec: # Adds Gradle init script that applies the Jib Gradle plugin. echo "initscript { repositories { maven { url 'https://plugins.gradle.org/m2' } } - dependencies { classpath 'gradle.plugin.com.google.cloud.tools:jib-gradle-plugin:+' } + dependencies { classpath 'com.google.cloud.tools:jib-gradle-plugin:+' } } rootProject { afterEvaluate { diff --git a/task/jib-gradle/0.3/jib-gradle.yaml b/task/jib-gradle/0.3/jib-gradle.yaml index 50815a1805..2fca64920c 100644 --- a/task/jib-gradle/0.3/jib-gradle.yaml +++ b/task/jib-gradle/0.3/jib-gradle.yaml @@ -53,7 +53,7 @@ spec: # Adds Gradle init script that applies the Jib Gradle plugin. echo "initscript { repositories { maven { url 'https://plugins.gradle.org/m2' } } - dependencies { classpath 'gradle.plugin.com.google.cloud.tools:jib-gradle-plugin:+' } + dependencies { classpath 'com.google.cloud.tools:jib-gradle-plugin:+' } } rootProject { afterEvaluate { diff --git a/task/jib-gradle/0.4/jib-gradle.yaml b/task/jib-gradle/0.4/jib-gradle.yaml index 9f43b8b2a3..a87a6d849e 100644 --- a/task/jib-gradle/0.4/jib-gradle.yaml +++ b/task/jib-gradle/0.4/jib-gradle.yaml @@ -55,7 +55,7 @@ spec: # Adds Gradle init script that applies the Jib Gradle plugin. echo "initscript { repositories { maven { url 'https://plugins.gradle.org/m2' } } - dependencies { classpath 'gradle.plugin.com.google.cloud.tools:jib-gradle-plugin:+' } + dependencies { classpath 'com.google.cloud.tools:jib-gradle-plugin:+' } } rootProject { afterEvaluate { diff --git a/test/linux-ppc64le.sh b/test/linux-ppc64le.sh index 3a8c1d82c6..4572842fa0 100644 --- a/test/linux-ppc64le.sh +++ b/test/linux-ppc64le.sh @@ -49,4 +49,3 @@ kubectl patch cm feature-flags -n tekton-pipelines -p '{"data":{"enable-step-act echo "Patch to Disable Affinity Assistant (Needed to allow binding of two PVCs for Maven-0-3 test)" kubectl patch cm feature-flags -n tekton-pipelines -p '{"data":{"disable-affinity-assistant":"true"}}' - diff --git a/test/linux-s390x.sh b/test/linux-s390x.sh index 8b1d86a3dd..f41d149fdd 100644 --- a/test/linux-s390x.sh +++ b/test/linux-s390x.sh @@ -45,3 +45,4 @@ yq eval '(..|select(.kind?=="Pipeline")|select(.metadata.name?=="jib-maven-test- echo "Patch to Enable Step Actions,Disable Affinity Assistant on the cluster" kubectl patch cm feature-flags -n tekton-pipelines -p '{"data":{"enable-step-actions":"true","disable-affinity-assistant":"true"}}' +