Skip to content

Commit

Permalink
Add upstream Maven repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Ale32bit committed Oct 16, 2024
1 parent fcce433 commit f339d0b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
}
}

0 comments on commit f339d0b

Please sign in to comment.