appsody / stacks

Appsody application stacks. This repo will be archived soon.
https://appsody.dev
Apache License 2.0
89 stars 121 forks source link

Create spring-boot gradle stack #459

Open airazabal opened 4 years ago

airazabal commented 4 years ago

I would like to have a gradle based stack for my java/springboot applications

the alternative is to run the maven stack and run gradle with maven...but personally I don't like that option. If you are a gradle user, you don't mix and match.

skoh7645 commented 4 years ago

@airazabal yes, we would definitely want to add more stacks so users wouldn't have to "mix and match", we just haven't had time to create them ourselves. That said, we would be happy to guide and help you out if you wanted to create this one?

airazabal commented 4 years ago

I have created a working one, although it needs some work to make it usable...see here https://github.ibm.com/irazabal/gradle-stack under incubator. I would appreciate some comments.

skoh7645 commented 4 years ago

@airazabal It'd be easier for us to review if you push what you have to a PR and we made the comments there 🙂