Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ cache: build: stage: build script: - ./gradlew build -x test --warning-mode all - ./gradlew build -x test --warning-mode all --info --scan artifacts: paths: - app/build/outputs/apk/ose/ Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ cache: build: stage: build script: - ./gradlew build -x test --warning-mode all - ./gradlew build -x test --warning-mode all --info --scan artifacts: paths: - app/build/outputs/apk/ose/ Loading