OpenLiberty / ci.common

Common functionality for ci.maven and ci.gradle
Apache License 2.0
3 stars 30 forks source link

Enable schema regen for Liberty Tools #387

Closed cherylking closed 2 years ago

cherylking commented 2 years ago

Related to https://github.com/OpenLiberty/liberty-language-server/issues/101.

Deleting the .libertyls directory (which contains generated schema files from Liberty Tools) when features are installed since the previously generated schema is no longer correct.

Had to pass in the build directory since that is where the .libertyls directory would be located. Maven and Gradle PRs are coming to reflect this change.