Loading .gitlab-ci.yml +8 −5 Original line number Diff line number Diff line image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:legacy" image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:1263-Add_java_17_support" stages: - build - lib before_script: - export GRADLE_USER_HOME=$(pwd)/.gradle Loading @@ -12,7 +12,10 @@ cache: paths: - .gradle/ build: stage: build lib: stage: lib script: - ./gradlew build - ./gradlew :ical4android:assembleRelease artifacts: paths: - lib/build/outputs/aar/ Loading
.gitlab-ci.yml +8 −5 Original line number Diff line number Diff line image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:legacy" image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:1263-Add_java_17_support" stages: - build - lib before_script: - export GRADLE_USER_HOME=$(pwd)/.gradle Loading @@ -12,7 +12,10 @@ cache: paths: - .gradle/ build: stage: build lib: stage: lib script: - ./gradlew build - ./gradlew :ical4android:assembleRelease artifacts: paths: - lib/build/outputs/aar/