Add comment to clarify usage of buildscript block

This commit is contained in:
Devin Bileck 2018-10-20 08:45:08 -07:00
parent 5ae96b74b1
commit 861d8143ac
No known key found for this signature in database
GPG Key ID: C86D829C2399D073

View File

@ -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'