Slackbot
02/07/2024, 9:56 AMRoberto Fuentes
02/07/2024, 9:56 AMCaused by: java.util.zip.ZipException: zip END header not found
at org.gradle.kotlin.dsl.internal.sharedruntime.support.ClassBytesRepository$openJarFile$1.invoke(ClassBytesRepository.kt:137)
at org.gradle.kotlin.dsl.internal.sharedruntime.support.ClassBytesRepository$openJarFile$1.invoke(ClassBytesRepository.kt:137)
at org.gradle.kotlin.dsl.internal.sharedruntime.support.ClassBytesRepository.openJarFile$lambda$3(ClassBytesRepository.kt:137)
at org.gradle.kotlin.dsl.internal.sharedruntime.support.ClassBytesRepository.openJarFile(ClassBytesRepository.kt:137)
at org.gradle.kotlin.dsl.internal.sharedruntime.support.ClassBytesRepository.access$openJarFile(ClassBytesRepository.kt:40)
at org.gradle.kotlin.dsl.internal.sharedruntime.support.ClassBytesRepository$jarClassBytesIndexFor$1.invoke(ClassBytesRepository.kt:116)
at org.gradle.kotlin.dsl.internal.sharedruntime.support.ClassBytesRepository$jarClassBytesIndexFor$1.invoke(ClassBytesRepository.kt:115)
at org.gradle.kotlin.dsl.internal.sharedruntime.support.ClassBytesRepository$classBytesSupplierForFilePath$1.invoke(ClassBytesRepository.kt:76)
at org.gradle.kotlin.dsl.internal.sharedruntime.support.ClassBytesRepository$classBytesSupplierForFilePath$1.invoke(ClassBytesRepository.kt:76)
Roberto Fuentes
02/07/2024, 9:57 AMVampire
02/07/2024, 10:04 AMRoberto Fuentes
02/07/2024, 10:17 AMRoberto Fuentes
02/07/2024, 10:20 AMVampire
02/07/2024, 10:29 AM--debug
just increases the log level.
If it is only happening during sync, you probably need to enable debugging using a org.gradle.debug
Gradle property in gradle.properties
.
If it is also happening during normal build execution you could simply use the "Debug" run from IntelliJ, just make sure you did not disable Gradle Build Script debugging in the run configuration.ephemient
02/07/2024, 11:30 AMRoberto Fuentes
02/07/2024, 12:35 PM/.gradle/cache/modules-2/files-2.1/foo-group/foo-artifact/foo-cache-key/foo-artifact.jar
is missing a cache key.
It seems to happen with a custom gradle plugin I have applied, not sure why. Maybe the gradle plugin is compiled in 7.5 version and the project using it is 8.2.2? Or maybe the JDK?
Not sure what could be the issue, but I already know it’s something I implemented on my own.Roberto Fuentes
02/07/2024, 12:37 PMRoberto Fuentes
02/07/2024, 12:43 PM