operator-framework / java-operator-sdk

Java SDK for building Kubernetes Operators
https://javaoperatorsdk.io/
Apache License 2.0
804 stars 216 forks source link

Provide Gradle sample projects #806

Open dennisfischer opened 2 years ago

dennisfischer commented 2 years ago

Currently there are no working example projects which use Gradle. The documentation states that Gradle can be used. However, none of the existing samples showcases how development with Gradle does work.

There are a few options that can be considered:

jmrodri commented 2 years ago

We could add a Gradle build file to one of our samples to satisfy this issue.