Extract manifest attribute specification to helper function.

Specify default jdkHome for all projects.
This commit is contained in:
Ilya Gorbunov
2017-01-19 07:09:07 +03:00
parent 5755210498
commit d3afc1ba2e
6 changed files with 14 additions and 27 deletions
+1 -4
View File
@@ -14,10 +14,7 @@ sourceSets {
}
jar {
manifest {
attributes 'Kotlin-Runtime-Component': 'Core',
'Implementation-Title': "${project.description ?: project.name}"
}
manifestAttributes(manifest, project, 'Core')
}
artifacts {