Kotlin Spring Boot Deploy Issue
Hello,
I'm trying to deploy a basic spring boot app using kotlin, gradle, and jdk 8.
There are no special build instructions in my
build.gradle.kts
or railway service configuration. And I receive the error:
When I make the change to my build.gradle.kts
to point to my main class file, I receive this error:
I've started from jdk 17 and gone all they way down and I can't seem to find a work around.2 Replies
Project ID:
c78b6dc1-6ade-4474-9dac-6f53ae71e22c
c78b6dc1-6ade-4474-9dac-6f53ae71e22c
I guess there is kindof a work arround by making a "fatJar"