Version 1.0.0
This commit is contained in:
parent
9a25237f6f
commit
4f802425dd
3 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@ jobs:
|
|||
- store_test_results:
|
||||
path: ./build/reports/tests/test
|
||||
- store_artifacts:
|
||||
path: ./build/libs/sdk-0.25.1.jar
|
||||
path: ./build/libs/sdk-1.0.0.jar
|
||||
deploy:
|
||||
<<: *container_config
|
||||
steps:
|
||||
|
|
|
@ -29,6 +29,6 @@ allprojects {
|
|||
}
|
||||
}
|
||||
dependencies {
|
||||
implementation 'io.github.wulkanowy:sdk:0.25.1'
|
||||
implementation 'io.github.wulkanowy:sdk:1.0.0'
|
||||
}
|
||||
```
|
||||
|
|
|
@ -5,7 +5,7 @@ plugins {
|
|||
}
|
||||
|
||||
ext {
|
||||
PUBLISH_VERSION = '0.25.1'
|
||||
PUBLISH_VERSION = '1.0.0'
|
||||
SITE_URL = 'https://github.com/wulkanowy/sdk'
|
||||
GIT_URL = 'https://github.com/wulkanowy/sdk.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue