Home / CSE MCQs / Groovy :: Discussion

Discussion :: Groovy

  1. You write a web application and build it by the Gradle build tool. When you see all Gradle tasks, there isn't task 'war'. What a problem may it be?
  2. A.
    You forget to set plugin 'jar' in build.xml
    B.
    You forget to set plugin 'war' in build.gradle
    C.
    You forget to set plugin 'web' in build.gradle
    D.
    You forget to set plugin 'war' in web.xml

    View Answer

    Workspace

    Answer : Option A

    Explanation :



Be The First To Comment