Skip to content

Commit

Permalink
Add repo as temporary workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Mar 12, 2021
1 parent e3a6225 commit d5f9c20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ buildscript {
}
}

repositories {
maven { url "https://repo.grails.org/grails/core" }
}

subprojects { Project subproject ->
group "io.micronaut.test"

Expand Down

0 comments on commit d5f9c20

Please sign in to comment.