Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Mészáros <[email protected]>
  • Loading branch information
csviri committed Apr 2, 2024
1 parent 1023b85 commit 3184400
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/io/csviri/operator/resourceglue/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import io.quarkus.runtime.Quarkus;
import io.quarkus.runtime.annotations.QuarkusMain;

// this is just to easier to run the controller because of the bug:
// https://github.com/quarkusio/quarkus/issues/39833
@QuarkusMain
public class Main {
public static void main(String... args) {
Expand Down

0 comments on commit 3184400

Please sign in to comment.