Skip to content

Commit

Permalink
Add gradle plugins repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Apr 16, 2021
1 parent e106c08 commit 000cc22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
buildscript {
repositories {
jcenter()
maven {
url "https://plugins.gradle.org/m2/"
}
mavenCentral()
eventuateMavenRepoUrl.split(',').each { repoUrl -> maven { url repoUrl } }
}
Expand Down

0 comments on commit 000cc22

Please sign in to comment.