Improve documentation for broad sections of top-level build script

This commit is contained in:
Ben Liblit 2017-12-19 16:31:44 -06:00
parent 9e905c7a04
commit 18495ab44d
1 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
////////////////////////////////////////////////////////////////////////
//
// find platform-specific SWT implementations
//
def osgi_platform
switch (System.getProperty('os.name')) {
@ -47,7 +52,9 @@ subprojects { subproject ->
////////////////////////////////////////////////////////////////////////
//
// optional lint checking of Gradle scripts
//
buildscript {
repositories.jcenter()