Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit a30dbc5

Browse files
committed
Repo url update
1 parent 18c0fc0 commit a30dbc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ publishing {
1313
repositories {
1414
maven {
1515
name = "repo.undefinedcreation.com"
16-
url = uri("https://repo.undefinedcreation.com/releases")
16+
url = uri("https://repo.undefinedcreation.com/repo")
1717
credentials(PasswordCredentials::class) {
1818
username = System.getenv("MAVEN_NAME")
1919
password = System.getenv("MAVEN_SECRET")
@@ -25,15 +25,15 @@ publishing {
2525
create<MavenPublication>("maven") {
2626
groupId = "com.redmagic"
2727
artifactId = "UndefinedAPI"
28-
version = "0.3.4"
28+
version = "0.3.5"
2929

3030
from(components["java"])
3131
}
3232
}
3333
}
3434

3535
group = "com.redmagic"
36-
version = "0.3.4"
36+
version = "0.3.5"
3737

3838
repositories {
3939
mavenCentral()

0 commit comments

Comments
 (0)