Version 0.21.0
This commit is contained in:
parent
876cb1949f
commit
c8df658af7
3 changed files with 5 additions and 5 deletions
|
@ -43,7 +43,7 @@ jobs:
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: ./build/reports/tests/test
|
path: ./build/reports/tests/test
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: ./build/libs/sdk-0.20.5.jar
|
path: ./build/libs/sdk-0.21.0.jar
|
||||||
deploy:
|
deploy:
|
||||||
<<: *container_config
|
<<: *container_config
|
||||||
steps:
|
steps:
|
||||||
|
@ -64,7 +64,7 @@ workflows:
|
||||||
requires:
|
requires:
|
||||||
- test
|
- test
|
||||||
filters:
|
filters:
|
||||||
branches:
|
|
||||||
ignore: /.*/
|
|
||||||
tags:
|
tags:
|
||||||
only: /\d+\.\d+\.\d+/
|
only: /\d+\.\d+\.\d+/
|
||||||
|
branches:
|
||||||
|
ignore: /.*/
|
||||||
|
|
|
@ -29,6 +29,6 @@ allprojects {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.github.wulkanowy:sdk:0.20.5'
|
implementation 'io.github.wulkanowy:sdk:0.21.0'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
@ -5,7 +5,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
PUBLISH_VERSION = '0.20.5'
|
PUBLISH_VERSION = '0.21.0'
|
||||||
SITE_URL = 'https://github.com/wulkanowy/sdk'
|
SITE_URL = 'https://github.com/wulkanowy/sdk'
|
||||||
GIT_URL = 'https://github.com/wulkanowy/sdk.git'
|
GIT_URL = 'https://github.com/wulkanowy/sdk.git'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue