New to jenkins and was running my first build. I am using gradle to do the build but kept getting the following error
FAILURE: Build failed with an exception. * Where: Build file '/Test/build.gradle' `line: 1' * What went wrong: A problem occurred evaluating root project 'ComitTest'. > Failed to apply plugin [id 'android'] > Plugin with id 'android' not found. I have searched for almost 2 days and have tried installing other android plug ins but cant seem to solve this issue.
I have set up on jenkins the ANDROID_HOME variable under global properties. Made sure the path is correct.
Any help would be greatly appreciated. Thanks in advance