Compare commits
No commits in common. "a7e17ec309060d4e8757e73a187561571c93997e" and "b647309675127f6f9e706c93974f640d143b8add" have entirely different histories.
a7e17ec309
...
b647309675
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
buildscript {
|
||||
ext.kotlin_version = "1.8.1-SNAPSHOT"
|
||||
ext.kotlin_version = "1.7.23-SNAPSHOT"
|
||||
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.8.1-dev"
|
||||
version = "1.7.23-dev"
|
||||
|
||||
@init
|
||||
def initialize(project):
|
||||
|
|
Loading…
Reference in a new issue