meadowhawk
Error: Unsupported Gradle version: 8
the not so helpful hint is in this last logged line "RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 539 ms. Found 1 JPA repository interfaces." It found a repo but probably failed to conenct causing it to crash. Not sure where the follow up logging went.. some sort of stack dump should have followed but I'd bet on a connection issue.
30 replies
Converting Java app from Heroku Buildpack to Nixpacks
I would run 'gradlew build' which does look like what its trying to do. I wonder if gradlew which is in the project repo requires a chmod +x to make it executable? perhaps that is the cause of the permission denied?
14 replies