[repo] Migrate 'manifestAttributes()' into buildSrc
This commit is contained in:
committed by
Space Team
parent
db1086f005
commit
7bfe59253f
@@ -37,5 +37,5 @@ tasks.named<KotlinJvmCompile>("compileTestFixturesKotlin") {
|
||||
}
|
||||
|
||||
tasks.named<Jar>("jar") {
|
||||
callGroovy("manifestAttributes", manifest, project)
|
||||
manifestAttributes(manifest)
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ sourceSets {
|
||||
}
|
||||
|
||||
jar {
|
||||
manifestAttributes(manifest, project, 'Main')
|
||||
LibrariesCommon.manifestAttributes(project, manifest, 'Main')
|
||||
}
|
||||
|
||||
RepoArtifacts.sourcesJar(project)
|
||||
|
||||
Reference in New Issue
Block a user