mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-04 16:20:42 +02:00
configured publishing.repositories
This commit is contained in:
parent
c3f319d7c2
commit
cac75be05b
@ -109,4 +109,14 @@ publishing {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
maven {
|
||||||
|
url = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
|
||||||
|
credentials {
|
||||||
|
username = System.getenv("MAVEN_USERNAME")
|
||||||
|
password = System.getenv("MAVEN_PASSWORD")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user