File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99group = " dev.oribuin"
10- version = " 2.0.0"
10+ version = " 2.0.0-SNAPSHOT "
1111
1212
1313java {
@@ -84,8 +84,8 @@ tasks {
8484
8585 repositories {
8686 val version = project.version as String
87- val mavenUser = project.properties[" mavenUser " ] as String?
88- val mavenPassword = project.properties[" mavenPassword " ] as String?
87+ val mavenUser = project.properties[" oribuin_repo_username " ] as String?
88+ val mavenPassword = project.properties[" oribuin_repo_password " ] as String?
8989
9090 if (mavenUser != null && mavenPassword != null ) {
9191 maven {
@@ -94,8 +94,8 @@ tasks {
9494 password = mavenPassword
9595 }
9696
97- val releasesRepoUrl = " https://repo.rosewooddev.io /repository/public -releases/"
98- val snapshotsRepoUrl = " https://repo.rosewooddev.io /repository/public -snapshots/"
97+ val releasesRepoUrl = " https://repo.oribuin.dev /repository/maven -releases/"
98+ val snapshotsRepoUrl = " https://repo.oribuin.dev /repository/maven -snapshots/"
9999 url = uri(if (version.endsWith(" SNAPSHOT" )) snapshotsRepoUrl else releasesRepoUrl)
100100 }
101101 }
You can’t perform that action at this time.
0 commit comments