We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the plugin definition for Liberty Gradle Tools io.openliberty.tools.gradle.Liberty is commented, the Liberty dashboard still detects the project.
io.openliberty.tools.gradle.Liberty
May be due to the regex used to detect the plugin definition.
Could rework the regex, or preferably programmatically read the plugin IDs to check for it instead, if possible.
The text was updated successfully, but these errors were encountered:
Seems like the negative lookbehind for comments simply didn't work.
Sorry, something went wrong.
If you want to stick with negative lookbehind then "(?<!//\s*)" should do it.
No branches or pull requests
When the plugin definition for Liberty Gradle Tools
![image](https://private-user-images.githubusercontent.com/689163/245197427-334eaeb6-f0fe-4403-8edc-f32d572395fd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3MDI4MTksIm5iZiI6MTczOTcwMjUxOSwicGF0aCI6Ii82ODkxNjMvMjQ1MTk3NDI3LTMzNGVhZWI2LWYwZmUtNDQwMy04ZWRjLWYzMmQ1NzIzOTVmZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQxMDQxNTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lNGI2YTEwMGRmMDBkMzRhNGIxMjVjMTI1NGI2NDVkNjZjMWQwNjljYzQzZDYyNTc3NGRiYThhMmE5OGU1ZDY0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.k3Ajv4ShG1IfHs-REx7NtN1yo9jej8Ome2u8-ajPmkk)
io.openliberty.tools.gradle.Liberty
is commented, the Liberty dashboard still detects the project.May be due to the regex used to detect the plugin definition.
Could rework the regex, or preferably programmatically read the plugin IDs to check for it instead, if possible.
The text was updated successfully, but these errors were encountered: