Skip to content

Commit eea8e2d

Browse files
fix: update Maven repository URL for releases
1 parent b9a4419 commit eea8e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ publishing{
8585
repositories{
8686
maven {
8787
name = "release"
88-
url = uri("https://repo.tesseract.club/private")
88+
url = uri("https://repo.tesseract.club/releases")
8989
credentials {
9090
username = System.getenv("MAVEN_USERNAME")
9191
password = System.getenv("MAVEN_SECRET")

0 commit comments

Comments
 (0)