diff --git a/appspec.yml b/appspec.yaml similarity index 100% rename from appspec.yml rename to appspec.yaml diff --git a/build.gradle b/build.gradle index 8e09683..d2f7f90 100644 --- a/build.gradle +++ b/build.gradle @@ -49,14 +49,6 @@ tasks.named('bootBuildImage') { builder = 'paketobuildpacks/builder-jammy-base:latest' } -jar { - // ... - from ('.') { - include 'appspec.yml' - include 'deploy.sh' - into '/' - } -} tasks.named('test') {