Compare commits

..

No commits in common. "dd7200cb2d756e298952890487c9ba4ed289783d" and "e39b502846bd2372f77e7bce638adf17c5871b59" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
buildscript { buildscript {
ext.kotlin_version = "1.7.22-SNAPSHOT" ext.kotlin_version = "1.7.20"
ext.CI_PROJECT_ID = System.env.CI_PROJECT_ID ext.CI_PROJECT_ID = System.env.CI_PROJECT_ID
repositories { repositories {

View file

@ -6,7 +6,7 @@ name = "buildtest"
MODULE = "release" MODULE = "release"
PROJECT_ROOT_PATH = "." PROJECT_ROOT_PATH = "."
version = "1.7.22-dev" version = "0.28.4-SNAPSHOT"
@init @init
def initialize(project): def initialize(project):