ci: publish version 243
This commit is contained in:
parent
f256882d72
commit
86f6e09b56
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ plugins {
|
|||
id("de.undercouch.download") version("5.6.0")
|
||||
}
|
||||
|
||||
val publishVersions = listOf("232", "233", "241", "242")
|
||||
val publishVersions = listOf("232", "233", "241", "242", "243")
|
||||
|
||||
val gitVersion: groovy.lang.Closure<String> by extra
|
||||
|
||||
|
|
2
build.sh
2
build.sh
|
@ -17,7 +17,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
declare -a branches=("master" "241" "233" "232")
|
||||
declare -a branches=("master" "242" "241" "233" "232")
|
||||
|
||||
DEFAULT_BRANCH="${branches[0]}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue