From bb3e5f70bddaae49c52e297096fb93c50232e814 Mon Sep 17 00:00:00 2001 From: bichangxiong <3057647414@qq.com> Date: Tue, 24 Jun 2025 00:41:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/dev.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/dev.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/dev.yml b/.gitea/workflows/dev.yml index 91cc4df..a557281 100644 --- a/.gitea/workflows/dev.yml +++ b/.gitea/workflows/dev.yml @@ -11,8 +11,10 @@ jobs: uses: http://127.0.0.1:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像 with: fetch-depth: 1 # 只拉取最新一次提交 + - name: Maven + run: mvn clean install - name: Build with Maven - run: mvn -B clean package -DskipTests -pl Property -am + run: mvn -B package -DskipTests -pl ruoyi-modules/Property -am - name: cp run: copy ./ruoyi-modules/Property/target/Property.jar C:\devtool\server