Skip to content

Commit

Permalink
Add comment to clarify usage of buildscript block
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbileck committed Oct 20, 2018
1 parent 5ae96b7 commit 861d814
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// Note, version 1.6.0 of osdetector-gradle-plugin cannot be applied with a plugins block
// So a buildscript block is used
// See https://github.com/google/osdetector-gradle-plugin/issues/15
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.google.gradle:osdetector-gradle-plugin:1.6.0'
Expand Down

0 comments on commit 861d814

Please sign in to comment.