Skip to content

Conversation

@CsCherrYY
Copy link
Collaborator

fix #1004

since local Gradle installation has been supported, the requirement of wrapper can be removed.

@CsCherrYY CsCherrYY added the enhancement New feature or request label Oct 19, 2021
@CsCherrYY CsCherrYY added this to the 3.8.1 milestone Oct 19, 2021
@CsCherrYY CsCherrYY changed the title feat: Support workspaces don't have wrapper feat: Support workspaces without wrapper Oct 19, 2021
): Promise<boolean> {
if (
(
await vscode.workspace.findFiles(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you merge the patterns?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure.

this.setRootProjectFolder(rootProject);
}
}
gradleProjectFoldersOutsideRoot
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for projects outside root, we still add them in?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comes from the setting gradle.nestedProjects. When it's set to an array of directories, we will support projects in the list even if they are outside root. The default value is false, this variable will be empty then. Ref: #339

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

got it.

@CsCherrYY CsCherrYY merged commit c8af284 into main Oct 22, 2021
@CsCherrYY CsCherrYY deleted the cs-activate-condition branch October 22, 2021 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Local Gradle install is not used when java.import.gradle.home is set

3 participants