- What is discovered?
- In what situation should you install this extension?
- Exclusion Rules
- Result After using the Extension
What is discovered?
The Gradle Project Discoverer detects the gradle projects on the basis of *.gradle files present in the project.
In what situation should you install this extension?
When you want to discover and select all the Gradle project from the source. The extension reads all the projects based on their respective *.gradle file.
With this extension Gradle project will be discovered by default.
Exclusion Rules:
Exclusion Rule | Behavior | By-default Behavior |
---|---|---|
ExclusionRuleJavaPreferGradleToEclipse | Prefer Gradle Project over Eclipse Project for the same project | True |
ExclusionRuleJavaPreferGradleToMaven | Prefer Gradle Project over Maven Project for the same project | True |
ExclusionRuleJavaPreferMavenToGradle | Prefer Maven Project over Gradle Project for the same project | False |
ExclusionRuleJavaPreferEclipseToGradle | Prefer Eclipse Project over Gradle Project for the same project | False |
Packaging messages :
The following messages emitted by the discoverer may appear during the packaging action:
Format | Message Id | Message | Remediation |
---|---|---|---|
Error | cast.dmt.discover.jee.gradle.missingLanguage | Missing language %PATH%. Invalid extension. | Check if in the bug fix of the extension and update it. |
Info | cast.dmt.discover.jee.gradle.buidProjectStart | Start processing of project %PATH% | This is information only message. |
Info | cast.dmt.discover.jee.gradle.buidProjectEnd | End processing of project %PATH% | This is information only message. |
Info | cast.dmt.discover.jee.gradle.buidProjectStart | Start re-parsing of project %PATH% | This is information only message. |
Info | cast.dmt.discover.jee.gradle.buidProjectEnd | End re-parsing of project %PATH% | This is information only message. |
Result After using Extension:
Gradle project will be selected by default using of gradle discoverer extension.
Example-