Skip to content
Snippets Groups Projects
settings.gradle 361 B
Newer Older
  • Learn to ignore specific revisions
  • Rick Herrick's avatar
    Rick Herrick committed
    /*
     * web: settings.gradle
     * XNAT http://www.xnat.org
     * Copyright (c) 2016, Washington University School of Medicine
     * All Rights Reserved
     *
     * Released under the Simplified BSD.
     */
    
    
    /*
    // To declare projects as part of a multi-project build use the 'include' method
    include 'shared'
    include 'api'
    include 'services:webservice'
    */
    rootProject.name = 'web'