Search code examples
eclipsegradlebuildship

Arguments tab missing in eclipse buildship plugin


'Aguments' tab is not visible in 'run configuration' in eclipse.

steps to reproduce: create build.gradle file click 'run as' drop down -> run configuration -> select gradle task -> click 'new' on top right

this will create 'new_configuration' and these tabs should be visible. eclipse version is 2020-12 enter image description here

enter image description here

I want to see 'arguments' tab beside 'common' tab. also few other tabs are missing like java below image contains everything , but I am seeing only above picture situation.

enter image description here

How to bring 'java', and 'Arguments' Tab ?


Solution

  • The Java Home tab and the Arguments tab has been removed to avoid redundancy with the Project Settings tab in Eclipse Buildship 3.0, which has been released December 5, 2018.

    Donát Csikós gives the following explanation in the description of the pull request:

    I've removed arguments and java home tabs from the run configuration dialog as it provided duplicate functionality.

    See commit aa57553 of pull request #810.