We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39abe5d commit f564edcCopy full SHA for f564edc
build.gradle.kts
@@ -30,7 +30,7 @@ publishing {
30
repositories {
31
maven {
32
name = "eternalcode-repository"
33
- url = URI("https://repo.eternalcode.pl")
+ url = "https://repo.eternalcode.pl/releases"
34
credentials {
35
username = System.getenv("E_REPO_USERNAME")
36
password = System.getenv("E_REPO_PASS")
0 commit comments