Lex Luthra
jar { manifest { attributes 'Implementation-Title': project.name } }
Evgeniy Zaharov
tasks.withType<Jar> { manifest { attributes(mapOf( "Implementation-Title" to project.name )) } }
A modern programming language that makes developers happier.