Skip to content

Commit

Permalink
Update jib-gradle sha256 (#569)
Browse files Browse the repository at this point in the history
jib-gradle 0.4 was updated in place to remove a deprecated annotation

Signed-off-by: Brad Beck <[email protected]>
  • Loading branch information
bradbeck authored Feb 28, 2025
1 parent 2519633 commit 7117d9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion platform/vendor/vendor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ files:
validation_type: "sha256"
- release_file: "https://raw.githubusercontent.com/tektoncd/catalog/main/task/jib-gradle/0.4/jib-gradle.yaml"
destination_dir: "tekton/catalog/main/task/jib-gradle/0.4"
sha256: "6eeb03319667d31ab313983a012e24a7659e21e25f4cebd979c684e85f0c6c93"
sha256: "da4ae1cbe21e4364a83ce944eb57d01a7790375eee831a3ce1db6ed164df6c79"
validation_type: "sha256"
- release_file: "https://raw.githubusercontent.com/tektoncd/catalog/main/task/kaniko/0.6/kaniko.yaml"
destination_dir: "tekton/catalog/main/task/kaniko/0.6"
Expand Down

0 comments on commit 7117d9d

Please sign in to comment.