This commit is contained in:
@@ -49,7 +49,7 @@ compileJava {
|
|||||||
compileTestJava {
|
compileTestJava {
|
||||||
options.compilerArgs << '-parameters'
|
options.compilerArgs << '-parameters'
|
||||||
}
|
}
|
||||||
|
println("PUBLIHSHER TOKEN: ${System.getenv()["PUBLISHER_TOKEN"]}")
|
||||||
publishing {
|
publishing {
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
@@ -67,6 +67,7 @@ publishing {
|
|||||||
authentication {
|
authentication {
|
||||||
header(HttpHeaderAuthentication)
|
header(HttpHeaderAuthentication)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
publications {
|
publications {
|
||||||
|
Reference in New Issue
Block a user