Ian Moore
11/26/2025, 8:17 PMAnton Prokhorov
11/26/2025, 9:13 PMAnton Prokhorov
11/26/2025, 9:16 PMIan Moore
11/26/2025, 9:36 PMapplication plugins, and to add a task named :stage that would call :installDist. When deploying the builder would pick the heroku-buildpack-gradle buildpack, call :stage during the build step to create a jar, save that into the slug/image, and then the run step would run that jar. But without Gradle, there's no buildpack I've seen that knows how to run Amper directly.
I realize this may sound too vendor specific at first, but lately Heroku has been working on Cloud Native Buildpacks (see pack CLI, GitLab Auto DevOps, etc.) with the Cloud Native Computing Foundation. Unfortunately like their original buildpacks, only Maven and Gradle are officially supported right now. The Maven and Gradle buildpacks are built off of common Java/JVM buildpacks, so I figure there's probably a way to make one for a different build tool like Amper, and so I was wondering if anyone has tried yet. (One of the nice features of the buildpacks is that they can maintain a cache that can be used for future builds.)Ian Moore
11/26/2025, 9:40 PM