You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/transformers/Log4j2PluginsCacheFileTransformer.kt
+4-12
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ public open class Log4j2PluginsCacheFileTransformer : Transformer {
60
60
}
61
61
62
62
/**
63
-
* @return true if any dat file collected
63
+
* @return `true` if any dat file collected.
64
64
*/
65
65
overridefunhasTransformedResource(): Boolean {
66
66
return tempFiles.isNotEmpty()
@@ -74,6 +74,7 @@ public open class Log4j2PluginsCacheFileTransformer : Transformer {
74
74
val entry =ZipEntry(PluginProcessor.PLUGIN_CACHE_FILE)
0 commit comments