v0.8.5
This commit is contained in:
parent
a277751d7a
commit
caae5a6767
1 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,7 @@ apply plugin: 'org.jetbrains.kotlin.plugin.serialization'
|
||||||
apply plugin: 'maven-publish'
|
apply plugin: 'maven-publish'
|
||||||
|
|
||||||
group = 'io.provs'
|
group = 'io.provs'
|
||||||
version = '0.8.5-SNAPSHOT'
|
version = '0.8.5'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
@ -144,7 +144,6 @@ publishing {
|
||||||
name = 'Job-Token'
|
name = 'Job-Token'
|
||||||
value = System.getenv("CI_JOB_TOKEN")
|
value = System.getenv("CI_JOB_TOKEN")
|
||||||
}
|
}
|
||||||
// project id: 23966425
|
|
||||||
authentication {
|
authentication {
|
||||||
header(HttpHeaderAuthentication)
|
header(HttpHeaderAuthentication)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue