Skip to content

Commit 7e69c74

Browse files
authored
Feature/add auto build (#5)
* Add auto build and deploy to repo * Change names of variables * Run on publish new tag * Update readme * Update yml * Update URI * Update URI
1 parent f564edc commit 7e69c74

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
@@ -30,7 +30,7 @@ publishing {
3030
repositories {
3131
maven {
3232
name = "eternalcode-repository"
33-
url = "https://repo.eternalcode.pl/releases"
33+
url = uri("https://repo.eternalcode.pl/releases")
3434
credentials {
3535
username = System.getenv("E_REPO_USERNAME")
3636
password = System.getenv("E_REPO_PASS")

0 commit comments

Comments
 (0)