Skip to content

Commit

Permalink
Merge pull request #3017 from Catrobat/hotfix-catroid-93
Browse files Browse the repository at this point in the history
CATROID-93 Clean builds (no gradle-cache) fail
  • Loading branch information
wslany authored Nov 2, 2018
2 parents 2a6d062 + 4273a68 commit 2487660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ buildscript {

allprojects {
repositories {
jcenter()
google()
jcenter()
}
}
2 changes: 1 addition & 1 deletion catroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

buildscript {
repositories {
jcenter()
maven { url 'https://maven.fabric.io/public' }
jcenter()
}
dependencies {
classpath 'io.fabric.tools:gradle:1.21.5'
Expand Down

0 comments on commit 2487660

Please sign in to comment.