All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.netbeans.modules.gradle.newproject.multi-settings.gradle.template Maven / Gradle / Ivy

There is a newer version: RELEASE240
Show newest version
<#-- FreeMarker template (see http://freemarker.org/) -->
rootProject.name = '${name}'

<#list subProjects as subProject>
include ':${subProject.name}'


<#list subProjects as subProject>
<#if subProject.name != subProject.path>
project(':${subProject.name}').projectDir = "$rootDir/${subProject.path}" as File





© 2015 - 2025 Weber Informatics LLC | Privacy Policy