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