mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Fix test.
This commit is contained in:
parent
35648cf740
commit
e7d369408f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class ProfileTest @Inject constructor(compilerFactory: BuildFileCompiler.IFactor
|
||||||
(if (oldSyntax) " = false\n" else " by profile()\n") +
|
(if (oldSyntax) " = false\n" else " by profile()\n") +
|
||||||
"""
|
"""
|
||||||
val $projectVal = project {
|
val $projectVal = project {
|
||||||
name = if (profile) "profileOn" else "profileOff"
|
name = if (debug) "profileOn" else "profileOff"
|
||||||
directory = "$projectDirectory"
|
directory = "$projectDirectory"
|
||||||
}
|
}
|
||||||
""".trim()
|
""".trim()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue