From 9a6556adc7eaf9e3353b1a4deb9b97196253be2e Mon Sep 17 00:00:00 2001 From: hsdllcw Date: Sat, 30 Nov 2024 14:52:52 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=B8=AA=E5=88=AB=E5=AD=90=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E9=87=8D=E6=96=B0=E6=8C=87=E5=AE=9Akotlin=E7=9A=84?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-api/ruoyi-api-system/pom.xml | 29 ++++++++++++++++++++++++++++- ruoyi-modules/ruoyi-system/pom.xml | 24 ++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 1 deletion(-) diff --git a/ruoyi-api/ruoyi-api-system/pom.xml b/ruoyi-api/ruoyi-api-system/pom.xml index aa7634ea9..743e2ee64 100644 --- a/ruoyi-api/ruoyi-api-system/pom.xml +++ b/ruoyi-api/ruoyi-api-system/pom.xml @@ -24,5 +24,32 @@ - + + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + + compile + process-sources + + compile + + + + test-compile + test-compile + + test-compile + + + + + 21 + + + + \ No newline at end of file diff --git a/ruoyi-modules/ruoyi-system/pom.xml b/ruoyi-modules/ruoyi-system/pom.xml index f7b0a05cc..741d59aca 100644 --- a/ruoyi-modules/ruoyi-system/pom.xml +++ b/ruoyi-modules/ruoyi-system/pom.xml @@ -76,6 +76,30 @@ ${project.artifactId} + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + + compile + process-sources + + compile + + + + test-compile + test-compile + + test-compile + + + + + 21 + + org.springframework.boot spring-boot-maven-plugin