mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#782 Do not use JDT for the Lombok integration tests
Lombok uses internals of the Java and Eclipse compilers. In order for it to work with the Eclipse compiler, we need to add some extra jar. Therefore, we are only testing Lombok with the Java compiler
This commit is contained in:
parent
22c337a947
commit
c3f0099698
@ -27,6 +27,12 @@ import org.mapstruct.itest.testutil.runner.ProcessorSuiteRunner;
|
||||
*/
|
||||
@RunWith( ProcessorSuiteRunner.class )
|
||||
@ProcessorSuite( baseDir = "lombokBuilderTest",
|
||||
processorTypes = ProcessorSuite.ProcessorType.ALL_WITHOUT_PROCESSOR_PLUGIN)
|
||||
processorTypes = {
|
||||
ProcessorSuite.ProcessorType.ORACLE_JAVA_6,
|
||||
ProcessorSuite.ProcessorType.ORACLE_JAVA_7,
|
||||
ProcessorSuite.ProcessorType.ORACLE_JAVA_8,
|
||||
ProcessorSuite.ProcessorType.ORACLE_JAVA_9,
|
||||
}
|
||||
)
|
||||
public class LombokBuilderTest {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user