Skip to content

Commit

Permalink
Using local version of mutator.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamMc331 committed Feb 19, 2022
1 parent 6f1a478 commit 2be3704
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ apply(from = "buildscripts/githooks.gradle")

allprojects {
repositories {
mavenLocal()
google()
mavenCentral()
mavenLocal()
maven(url = "https://jitpack.io")
maven(url = "https://packages.jetbrains.team/maven/p/ij/intellij-dependencies")
}
Expand Down

0 comments on commit 2be3704

Please sign in to comment.