We have muli-war java project and we are using gradle script to build separate RPM for each war. The build script that is doing this task is used to be compile in gradle version 1.11. Now I would like to upgrade the gradle version to the latest. When I try to compile the build.gradle script with gradle version 2.4 it is throwing below error,
Failed to apply plugin [id ‘artifactory’] > Could not find method add() for arguments [artifactoryPublish, class org.jfrog.gradle.plugin.artifactory.extractor.BuildInfoTask] on task set.
How to resolve this error? Thanks!