Skip to content

v1.1.0

Compare
Choose a tag to compare
@tbroyer tbroyer released this 15 Oct 13:33

✨ Infers more source sets as having test-only code

Any source set's name containing test as a word will now have isCompilingTestOnlyCode default to true. This includes testFixtures from the java-test-fixtures plugin, or integTest from the nebula.integtest plugin (note that the matching is different from the nebula.facet plugin though, so some facets that will have a Test task won't necessarily have isCompilingTestOnlyCode default to true; and the reverse is also true)