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
Are you able replicate the bug in the latest version of MontiCore.
I am able to replicate the bug in the latest version of MontiCore
Describe the bug
The de.monticore.gradle.StatisticListener stores the start time of a task execution inside a map during the execution of beforeExecute(Task task). However, Gradle does not call that method reliably before task execution. In these cases, the start time of the task execution is missing.
I assume the Listener is added by the MontiCore gradle Plugin after beforeExecute is called. Given that beforeExecute is intended to be removed because of incompatibilities with the build cache, we may need to find another solution altogether.
Steps to reproduce
I have so far not found a reliable way to reproduce this issue.
Expected behaviour
I would expect the start time of every task to be set.
Minimal reproducible example
I have so far not found a minimal example.
Relevant CI workflow/pipeline
No response
Gradle Log
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Are you able replicate the bug in the latest version of MontiCore.
Describe the bug
The
de.monticore.gradle.StatisticListener
stores the start time of a task execution inside a map during the execution ofbeforeExecute(Task task)
. However, Gradle does not call that method reliably before task execution. In these cases, the start time of the task execution is missing.I assume the Listener is added by the MontiCore gradle Plugin after
beforeExecute
is called. Given thatbeforeExecute
is intended to be removed because of incompatibilities with the build cache, we may need to find another solution altogether.Steps to reproduce
I have so far not found a reliable way to reproduce this issue.
Expected behaviour
I would expect the start time of every task to be set.
Minimal reproducible example
I have so far not found a minimal example.
Relevant CI workflow/pipeline
No response
Gradle Log
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: