I have no idea if this is the right channel. I am ...
# gradle
b
I have no idea if this is the right channel. I am brand new to Kotlin. I am mucking around in an existing Kotlin/Quarkus app. I am trying to build a docker image with a jar in it so using this. When I build the project
./gradlew build -x test
I don't see a
build/qaurkus-app
folder at all.
k
You shouldn't need that...Quarkus has docker support already including build files. #server is a better channel.