Compare commits
2 Commits
46b54c5b7c
...
0391c73916
| Author | SHA1 | Date |
|---|---|---|
|
|
0391c73916 | |
|
|
a1f9b64e08 |
|
|
@ -0,0 +1,6 @@
|
||||||
|
FROM registry-vpc.cn-chengdu.aliyuncs.com/zhixueli-prod/android-builder:jdk11-jdk21
|
||||||
|
WORKDIR /app
|
||||||
|
COPY . .
|
||||||
|
RUN chmod +x gradlew
|
||||||
|
RUN ./gradlew library:publishDebugPublicationToDebugRepoRepository
|
||||||
|
RUN ./gradlew library:publishReleasePublicationToReleaseRepoRepository
|
||||||
Loading…
Reference in New Issue