Skip to content

Commit

Permalink
[MCOMPILER-558] compileSourceRoots in testCompile should be writable (#…
Browse files Browse the repository at this point in the history
…209)

Make compileSourceRoots read/write so that it can be configured

Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
  • Loading branch information
lorenzsimon and slawekjaranowski committed Nov 23, 2023
1 parent 24c8104 commit e5375fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class TestCompilerMojo extends AbstractCompilerMojo {
/**
* The source directories containing the test-source to be compiled.
*/
@Parameter(defaultValue = "${project.testCompileSourceRoots}", readonly = true, required = true)
@Parameter(defaultValue = "${project.testCompileSourceRoots}", readonly = false, required = true)
private List<String> compileSourceRoots;

/**
Expand Down

0 comments on commit e5375fd

Please sign in to comment.