mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-12 07:50:53 -05:00
Fix self-hosting
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user