Code cleanup

master
Robinson 2022-11-14 23:44:37 +01:00
parent 27f7b8f4fe
commit ba7d15aaae
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ class JavaXConfiguration(javaVersion: JavaVersion, private val project: Project,
doFirst(object: Action<Task> {
override fun execute(task: Task) {
task as org.gradle.jvm.tasks.Jar
task as Jar
// this is how to correctly RE-MAP the location of files in jar
task.eachFile { details ->