quarkus-github-action icon indicating copy to clipboard operation
quarkus-github-action copied to clipboard

Quickstart for Scala 3

Open carlosedp opened this issue 1 year ago • 2 comments

Based on the Java codestart, I've created a Scala 3 quickstart here:

https://github.com/carlosedp/scala-github-action

Let me know what's needed to make this a codestart if desired!

carlosedp avatar Mar 12 '24 13:03 carlosedp

Unfortunately, I’m not entirely sure if we can make a Scala 3 codestart.

IIRC, language codestarts need some hooks in core and it’s Scala 2 that is supported there.

That being said, I will have a look at your QuickStart and see if something can be done.

gsmet avatar Mar 12 '24 19:03 gsmet

Yes, I believe so since I looked into the PR that merged the Kotlin kickstart and I think some stuff like the POM compiler parts are injected by the core... Thanks! Let me know.

carlosedp avatar Mar 12 '24 21:03 carlosedp