This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 633f77532 Build: remove unnecessary openapigenerator plugin usages
(#2592)
633f77532 is described below
commit 633f77532f77d5003d6fd4ca11f4f3d67cec4c80
Author: Robert Stupp <[email protected]>
AuthorDate: Wed Sep 17 12:17:59 2025 +0200
Build: remove unnecessary openapigenerator plugin usages (#2592)
---
runtime/admin/build.gradle.kts | 1 -
runtime/server/build.gradle.kts | 1 -
2 files changed, 2 deletions(-)
diff --git a/runtime/admin/build.gradle.kts b/runtime/admin/build.gradle.kts
index 6b9537253..6eec5aaca 100644
--- a/runtime/admin/build.gradle.kts
+++ b/runtime/admin/build.gradle.kts
@@ -20,7 +20,6 @@
plugins {
alias(libs.plugins.quarkus)
id("org.kordamp.gradle.jandex")
- alias(libs.plugins.openapi.generator)
id("polaris-runtime")
// id("polaris-license-report")
}
diff --git a/runtime/server/build.gradle.kts b/runtime/server/build.gradle.kts
index 0be0859d8..748e39665 100644
--- a/runtime/server/build.gradle.kts
+++ b/runtime/server/build.gradle.kts
@@ -23,7 +23,6 @@ import io.quarkus.gradle.tasks.QuarkusRun
plugins {
alias(libs.plugins.quarkus)
id("org.kordamp.gradle.jandex")
- alias(libs.plugins.openapi.generator)
id("polaris-runtime")
// id("polaris-license-report")
}