plugins { id 'java-library' } dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' } test { useJUnitPlatform() } jar { manifest { attributes 'Implementation-Title': 'lib3270j', 'Implementation-Version': archiveVersion } }