From f686337b94d99c466edaaaa3f11ad0b53027451d Mon Sep 17 00:00:00 2001 From: tiananlin Date: Mon, 15 Dec 2025 16:11:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfiles/Dockerfile-Tes?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfiles/Dockerfile-Test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/Dockerfile-Test b/Dockerfiles/Dockerfile-Test index 8083e7b..34504b9 100644 --- a/Dockerfiles/Dockerfile-Test +++ b/Dockerfiles/Dockerfile-Test @@ -2,4 +2,4 @@ FROM registry-vpc.cn-chengdu.aliyuncs.com/zhixueli-prod/android-builder:jdk11-jd WORKDIR /app COPY . . RUN chmod +x gradlew -RUN ./gradlew library:publishDebugPublicationToDebugRepoRepository --info \ No newline at end of file +RUN ./gradlew library:publishDebugPublicationToDebugRepoRepository \ No newline at end of file