Publish to maven repo

This commit is contained in:
Evie Viau-Chow-Stuart 2022-08-22 14:11:19 -04:00
parent d4d07f2b6f
commit 70fdddf399
Signed by: evie
GPG key ID: 928652CDFCEC8099

View file

@ -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')
}
}
}
}