mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -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}}
|
||||
path("{{toString}}")
|
||||
path("{{toString}}")
|
||||
{{/sourceDirectories}}
|
||||
}
|
||||
|
||||
sourceDirectoriesTest {
|
||||
{{#sourceDirectoriesTest}}
|
||||
path("{{toString}}")
|
||||
path("{{toString}}")
|
||||
{{/sourceDirectoriesTest}}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// compile("com.beust:jcommander:1.48")
|
||||
{{#mainDependencies}}
|
||||
compile("{{groupId}}:{{artifactId}}:{{version}}")
|
||||
compile("{{groupId}}:{{artifactId}}:{{version}}")
|
||||
{{/mainDependencies}}
|
||||
}
|
||||
|
||||
dependenciesTest {
|
||||
// compile("org.testng:testng:6.9.5")
|
||||
{{#testDependencies}}
|
||||
compile("{{groupId}}:{{artifactId}}:{{version}}")
|
||||
compile("{{groupId}}:{{artifactId}}:{{version}}")
|
||||
{{/testDependencies}}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue