Skip to content

Commit b5b4725

Browse files
committed
Remove onarandombxo repo as it is already in our gradle plugin
1 parent dbc3865 commit b5b4725

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,5 @@ publishing {
6767
password = System.getenv("GITHUB_TOKEN")
6868
}
6969
}
70-
maven {
71-
name = "multiverse"
72-
def releasesRepoUrl = "https://repo.onarandombox.com/multiverse-releases"
73-
def snapshotsRepoUrl = "https://repo.onarandombox.com/multiverse-snapshots"
74-
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
75-
credentials(PasswordCredentials)
76-
}
7770
}
7871
}

0 commit comments

Comments
 (0)