Raja Nagendra Kumar
Raja Nagendra Kumar
> 4. Size of these html files are too huge, that way browsers and IDEs are unable to show or open > > > graphs are not shown > >...
I have not made any changes to report.template..unable to reproduce 25mb file now.. let me observe further to know when such a huge size is coming in..
>Don't use jitpack. Thank you, however was looking to for a HelloWorld example with this plugin that can at least show how to publish it to all the 6 lib...
In this I assume plugins { `kotlin-dsl` } internally using 2.2.0.. as I see this message ``` > Configure project :asserts-counter-plugin WARNING: Unsupported Kotlin plugin version. The `embedded-kotlin` and `kotlin-dsl`...
Would you also consider not to have separate report that is parallel to unit test report, is it possible to include perf metrics within existing junit report I definitely like...
would consider not to change existing JUnit report with another file names etc.. can you consider to hook perf info within the existing junit report
when I give this jvm arg `-Dnet.bytebuddy.safe=true` those warnings are gone.. However not sure how to get back this warning as post true I made the value to false, no...
>Are you using unsafe explicitly in your program somehow? No, but maybe indirectly ,as my two files to wrap method calls are in https://github.com/nagkumar/java/tree/416e4b60dd4accdadf4aa7bc9113842b43b414d3/tutorials/testing/junit5/AssertsCounter/ACAgent/src/com/shivohamai/testing/tools/junit5/assertscounter/agent
if works on build.gradle.kts files can you pl. share how to access these variables.. ``` versioning.major versioning.minor versioning.patch versioning.build versioning.preRelease versioning.code // needed for all Android projects versioning.name // output:...
To fix this bug, I had to add this script.. which can be removed if versioning can be initialized without the call of any of these major, minor, patch, or...