Gradle: Could not find method provided()
The provided
configuration is added by the war
plugin (which you are not applying) so it's not available in your scenario
I suggest you use the compileOnly configuration which is available from gradle 2.12+