Compare commits
2 commits
e39b502846
...
dd7200cb2d
Author | SHA1 | Date | |
---|---|---|---|
|
dd7200cb2d | ||
|
351c9029a2 |
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = "1.7.20"
|
ext.kotlin_version = "1.7.22-SNAPSHOT"
|
||||||
ext.CI_PROJECT_ID = System.env.CI_PROJECT_ID
|
ext.CI_PROJECT_ID = System.env.CI_PROJECT_ID
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
2
build.py
2
build.py
|
@ -6,7 +6,7 @@ name = "buildtest"
|
||||||
MODULE = "release"
|
MODULE = "release"
|
||||||
PROJECT_ROOT_PATH = "."
|
PROJECT_ROOT_PATH = "."
|
||||||
|
|
||||||
version = "0.28.4-SNAPSHOT"
|
version = "1.7.22-dev"
|
||||||
|
|
||||||
@init
|
@init
|
||||||
def initialize(project):
|
def initialize(project):
|
||||||
|
|
Loading…
Reference in a new issue