mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Wrong indentation.
This commit is contained in:
parent
3b0e1d4a55
commit
07f460e996
1 changed files with 4 additions and 4 deletions
|
@ -17,27 +17,27 @@ val p = {{directive}} {
|
||||||
|
|
||||||
sourceDirectories {
|
sourceDirectories {
|
||||||
{{#sourceDirectories}}
|
{{#sourceDirectories}}
|
||||||
path("{{toString}}")
|
path("{{toString}}")
|
||||||
{{/sourceDirectories}}
|
{{/sourceDirectories}}
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceDirectoriesTest {
|
sourceDirectoriesTest {
|
||||||
{{#sourceDirectoriesTest}}
|
{{#sourceDirectoriesTest}}
|
||||||
path("{{toString}}")
|
path("{{toString}}")
|
||||||
{{/sourceDirectoriesTest}}
|
{{/sourceDirectoriesTest}}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// compile("com.beust:jcommander:1.48")
|
// compile("com.beust:jcommander:1.48")
|
||||||
{{#mainDependencies}}
|
{{#mainDependencies}}
|
||||||
compile("{{groupId}}:{{artifactId}}:{{version}}")
|
compile("{{groupId}}:{{artifactId}}:{{version}}")
|
||||||
{{/mainDependencies}}
|
{{/mainDependencies}}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependenciesTest {
|
dependenciesTest {
|
||||||
// compile("org.testng:testng:6.9.5")
|
// compile("org.testng:testng:6.9.5")
|
||||||
{{#testDependencies}}
|
{{#testDependencies}}
|
||||||
compile("{{groupId}}:{{artifactId}}:{{version}}")
|
compile("{{groupId}}:{{artifactId}}:{{version}}")
|
||||||
{{/testDependencies}}
|
{{/testDependencies}}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue