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
Would you allow injecting system properties into the worker process here?
We have a use case where we need to adjust some rules' behavior based on properties in our custom extension.
This seems currently only possible by configuring these rules in an afterEvaluate block, which I'd like to avoid.
If we had an option to inject system properties into the worker, it would be possible to influence a rule's behavior through these using a doFirst action on the JapicmpTask.
The text was updated successfully, but these errors were encountered:
NielsDoucet
added a commit
to NielsDoucet/japicmp-gradle-plugin
that referenced
this issue
Nov 29, 2024
japicmp-gradle-plugin/src/main/java/me/champeau/gradle/japicmp/JapicmpTask.java
Lines 73 to 85 in 930bbfd
Would you allow injecting system properties into the worker process here?
We have a use case where we need to adjust some rules' behavior based on properties in our custom extension.
This seems currently only possible by configuring these rules in an
afterEvaluate
block, which I'd like to avoid.If we had an option to inject system properties into the worker, it would be possible to influence a rule's behavior through these using a
doFirst
action on theJapicmpTask
.The text was updated successfully, but these errors were encountered: