Thomas Koppensteiner
Results
22
issues of
Thomas Koppensteiner
Different writers have different dependencies. For example the HTML writer depends on `nokogiri`. Not every project uses all writers. By configuring on start up, which writers are used the writer...
I get an `Unresolved reference 'pitest'.` error if the plugin is not applied at the root level. ```kotlin //in root project configuration - build.gradle.kts plugins { id("java") id("info.solidsoft.pitest") version "1.19.0-rc.1"...