You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading the code it doesn't look like it but we need to confirm.
Expected: whenever build context changes, plugin should attempt to build and send the result back with the flag IsAutomaticRebuild set to false
Looks like the code is written to always send true after the initial build attempt, regardless of whether the build context changed.
The text was updated successfully, but these errors were encountered:
matt2e
changed the title
Confirm if jvm plugin handles build context changes correctly
JVM plugin should respond to build context changes correctly
Jan 8, 2025
Reading the code it doesn't look like it but we need to confirm.
Expected: whenever build context changes, plugin should attempt to build and send the result back with the flag
IsAutomaticRebuild
set tofalse
Looks like the code is written to always send
true
after the initial build attempt, regardless of whether the build context changed.The text was updated successfully, but these errors were encountered: