Fix self-hosting

This commit is contained in:
Tad Fisher
2019-06-19 14:36:14 -07:00
parent 2001d21f14
commit e0ebecec21
11 changed files with 1182 additions and 3095 deletions

View File

@@ -101,6 +101,7 @@ private fun Project.buildProject(
): DefaultProject =
DefaultProject(
name = name,
version = version.toString(),
path = path,
projectDir = projectDir.toRelativeString(rootProject.projectDir),
buildscriptDependencies = buildscriptDependencies(plugins),