salesforce / rules_spring

Bazel rule for building Spring Boot apps as a deployable jar
BSD 3-Clause "New" or "Revised" License
224 stars 48 forks source link

Create a Kotlin example for Spring Boot #84

Closed plaird closed 3 years ago

plaird commented 3 years ago

We are doing this internally, we should also have an example in the public repo.

To start with, let's do this in a dedicated _kotlinexample branch instead of master/1.1.x. We will need to remember to refresh it now and then.

plaird commented 3 years ago

While I created the example in the OSS repo, all the credit goes to @jeffzoch as he was the one who figured it all out first for our internal repo.

Example doc here: https://github.com/salesforce/rules_spring/tree/master/examples/kotlinapp

codemeariver1 commented 8 months ago

Hey, any knowledge on when a refresh on this can come to be?

plaird commented 8 months ago

@codemeariver1 there is a batch of work that just came in, so I hope to tackle that soon. I will add this to the list. What version of rules_kotlin are you using?

(work filed as new issue #183)

codemeariver1 commented 8 months ago

@plaird no worries, I understand. I'm using version 1.9.0. Thank you for this gem😄