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
> Failed to apply plugin [id 'com.jfrog.artifactory']
> No signature of method: org.gradle.api.internal.tasks.RealizableTaskCollection.configureEach() is applicable for argument types: (org.jfrog.gradle.plugin.artifactory.ArtifactoryPluginBase$_addModuleInfoTask_closure1) values: [org.jfrog.gradle.plugin.artifactory.ArtifactoryPluginBase$_addModuleInfoTask_closure1@3a86c166]
This error randomly appeared after the latest version of the build-info-extractor-gradle release. 4.15.1 does not have this issue.
This code already triggers the exception. I think its related to the gradle version, which is 4.4. Updating to 6.3 through gradlew wrapper --gradle-version 6.3 did not help.
FAILURE: Build failed with an exception.
* What went wrong:
java.lang.ExceptionInInitializerError (no error message)
> org.gradle.api.internal.file.DefaultSourceDirectorySet.<init>(java.lang.String, org.gradle.api.internal.file.FileResolver, org.gradle.api.internal.file.collections.DirectoryFileTreeFactory)
The text was updated successfully, but these errors were encountered:
@atul9911,
Did you upgrade your gradle version to fix this issue? If so, which gradle version did you use before?
As far as I understand the issue is related to the usage of old gradle APIs.
Thanks
This error randomly appeared after the latest version of the build-info-extractor-gradle release. 4.15.1 does not have this issue.
build-info-gradle-extractor-4.15.1...build-info-gradle-extractor-4.15.2
I'm unable to figure out why it happens, so i've included the build.gradle, maybe you can figure it out.
This code already triggers the exception. I think its related to the gradle version, which is 4.4. Updating to 6.3 through
gradlew wrapper --gradle-version 6.3
did not help.The text was updated successfully, but these errors were encountered: