Extract manifest attribute specification to helper function.
Specify default jdkHome for all projects.
This commit is contained in:
@@ -19,12 +19,7 @@ sourceSets {
|
||||
}
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes \
|
||||
'Kotlin-Runtime-Component': 'Core',
|
||||
'Kotlin-Version': "$kotlin_language_version",
|
||||
'Implementation-Title': "${project.description ?: project.name}"
|
||||
}
|
||||
manifestAttributes(manifest, project, 'Core')
|
||||
}
|
||||
|
||||
artifacts {
|
||||
|
||||
@@ -20,12 +20,7 @@ sourceSets {
|
||||
}
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes \
|
||||
'Kotlin-Runtime-Component': 'Core',
|
||||
'Kotlin-Version': "$kotlin_language_version",
|
||||
'Implementation-Title': "${project.description ?: project.name}"
|
||||
}
|
||||
manifestAttributes(manifest, project, 'Core')
|
||||
}
|
||||
|
||||
artifacts {
|
||||
|
||||
@@ -22,12 +22,7 @@ sourceSets {
|
||||
}
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes \
|
||||
'Kotlin-Runtime-Component': 'Core',
|
||||
'Kotlin-Version': "$kotlin_language_version",
|
||||
'Implementation-Title': "${project.description ?: project.name}"
|
||||
}
|
||||
manifestAttributes(manifest, project, 'Core')
|
||||
}
|
||||
|
||||
artifacts {
|
||||
|
||||
Reference in New Issue
Block a user