Publish to maven repo
This commit is contained in:
parent
d4d07f2b6f
commit
70fdddf399
1 changed files with 7 additions and 0 deletions
|
@ -113,5 +113,12 @@ publishing {
|
|||
// Notice: This block does NOT have the same function as the block in the top level.
|
||||
// The repositories here will be used for publishing your artifact, not for
|
||||
// retrieving dependencies.
|
||||
maven {
|
||||
url "https://maven.eviee.gay/imgui-quilt"
|
||||
credentials {
|
||||
username = System.getenv('publishUser')
|
||||
password = System.getenv('publishToken')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue