diff --git a/build.gradle b/build.gradle index ff133fd..6caff7f 100644 --- a/build.gradle +++ b/build.gradle @@ -100,5 +100,14 @@ 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 { + name = "ReconnectedCC" + url = "https://maven.reconnected.cc/releases" + credentials { + username = System.getenv("MAVEN_USERNAME_RCC") + password = System.getenv("MAVEN_PASSWORD_RCC") + } + } } } \ No newline at end of file