Started work on 1.19 for main branch

This commit is contained in:
coolGi
2022-06-13 15:58:51 +09:30
parent d255e08204
commit 3838f06723
13 changed files with 106 additions and 34 deletions
+23
View File
@@ -3,6 +3,7 @@ image: gradle:eclipse-temurin
# all stages need to be defined here
stages:
- build_19
- build_18_2
- build_18_1
- build_17_1
@@ -119,6 +120,28 @@ build_18_2:
- cache/
allow_failure: true
# 1.19 build
build_19:
stage: build_19
script:
- ./gradlew deleteMerged --gradle-user-home cache/;
- ./gradlew build -PmcVer=1.19 --gradle-user-home cache/;
- ./gradlew merge --gradle-user-home cache/;
image: eclipse-temurin:17
artifacts:
name: "Merged_NightlyBuild_1_19-${CI_COMMIT_SHORT_SHA}-${CI_COMMIT_TIMESTAMP}"
paths:
- Merged
expire_in: 1 day
when: always
cache:
key: "gradleCache"
policy: pull-push
paths:
- .gradle
- cache/
allow_failure: true
# unused deployment stage
#deploy: