Skip to content

Commit

Permalink
quarkus main
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 23fa663 commit 1023b85
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/java/io/csviri/operator/resourceglue/Main.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package io.csviri.operator.resourceglue;

import io.quarkus.runtime.Quarkus;
import io.quarkus.runtime.annotations.QuarkusMain;

@QuarkusMain
public class Main {
public static void main(String... args) {
Quarkus.run(args);
}
}
Empty file.

0 comments on commit 1023b85

Please sign in to comment.