From ca12b2a52228ea9bc8ac0abf8e6af09d689c3156 Mon Sep 17 00:00:00 2001 From: tiananlin Date: Thu, 18 Dec 2025 17:21:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index af2fe05..eb4ce19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,4 @@ FROM registry-vpc.cn-chengdu.aliyuncs.com/zhixueli-prod/android-builder:jdk11-jd WORKDIR /app COPY . . RUN chmod +x gradlew && \ - ./gradlew library:publishDebugPublicationToDebugRepoRepository && \ - ./gradlew library:publishReleasePublicationToReleaseRepoRepository \ No newline at end of file + ./gradlew library:publishDebugPublicationToDebugRepoRepository library:publishReleasePublicationToReleaseRepoRepository \ No newline at end of file