József Bartók

Results 72 comments of József Bartók

We'll look into it, your request seems completely justified. In the meantime try using `org.gradle.internal.plugins.portal.url.override` to override the URL.

Sorry that you're having trouble with Gradle! Your issue lacks information about how to reproduce the problem you're having. A reproducer project can really help us track down and fix...

@bot-gradle test this

@bot-gradle test and merge

Thank you for your interest in Gradle! This is an issue with the Android Gradle Plugin which is developed by Google and cannot be addressed in the core of the...

Could you pls. try to get us a stack trace? That would help a lot...

You are most likely generating a catalog with the name `kotlin` which conflicts with the extensions from the Kotlin plugin. There should be a deprecation warning in your build about...

Confirmed that it works in Gradle `7.3.3`, fails in more recent versions. Root cause: ``` Caused by: java.lang.IllegalArgumentException: 'org/renjin/base/..getNamespace.RData' is not a safe zip entry name. at org.gradle.util.internal.ZipSlip.safeZipEntryName(ZipSlip.java:37) at org.gradle.api.internal.file.archive.ZipFileTree$DetailsImpl.safeEntryName(ZipFileTree.java:172)...

Seems like our ZipSlip check is incorrect, because `..` in this case is just a part of the name (bad idea, but valid).