Activity for Kiran Kumar

  • Kiran Kumar Kiran Kumar posted a comment on discussion Developers

    while integrating EMMA with Gradle i am facing this issue. java.lang.IllegalStateException: CONSTANT_info: invalid tag value [18] Do we have any solution for this issue please let me know. here is the script : apply plugin: "emma" configurations{ emma } dependencies{ emma "emma:emma:2.0.5312" emma "emma:emma_ant:2.0.5312" } def emmaConvention = new EmmaPluginConvention(project) project.convention.plugins.emma = emmaConvention class EmmaPluginConvention{ def verbosityLevel = "info" def reportPath;...

1