diff --git a/build.gradle b/build.gradle index 33215d5..8b90260 100644 --- a/build.gradle +++ b/build.gradle @@ -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') + } + } } }