From 84db379e6806b7c4603a9f86452ee3d8a1fd7e0b Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 15 Mar 2020 12:48:29 +0100 Subject: Disable Quarkus Kubernetes processing. In Quarkus 1.3.0.Final, Kubernetes processing causes the build to fail. As it was buggy before, this patch disables it for now. Change-Id: I9dd6a15a968846932f373598e50e1f2846679564 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 423604f..58a2f4b 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation 'io.quarkus:quarkus-hibernate-orm-panache' implementation 'io.quarkus:quarkus-hibernate-validator' implementation 'io.quarkus:quarkus-jdbc-postgresql' - implementation 'io.quarkus:quarkus-kubernetes' + //implementation 'io.quarkus:quarkus-kubernetes' implementation 'io.quarkus:quarkus-mailer' implementation 'io.quarkus:quarkus-oidc' implementation 'io.quarkus:quarkus-resteasy' -- cgit v1.2.3