mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
* Move classes from mapstruct-common into mapstruct * Use Java 8 @Repeatable for @Mappings and @ValueMappings in the mapstruct module * Add relocation for mapstruct-jdk8 to mapstruct * Use of 1.8 source and target versions from parent POM * Update documentation to match * Update versions of some maven plugin crashing build on Java 8 * Drop JDK 6 & 7 support in integration tests * Remove mapstruct-common module (it was never deployed to Central)
15 lines
362 B
XML
15 lines
362 B
XML
<?xml version="1.0" encoding="UTF8"?>
|
|
<toolchains>
|
|
<toolchain>
|
|
<type>jdk</type>
|
|
<provides>
|
|
<version>1.8</version>
|
|
<vendor>oracle</vendor>
|
|
<id>jdk1.8</id>
|
|
</provides>
|
|
<configuration>
|
|
<jdkHome>/opt/jdk/jdk8.latest</jdkHome>
|
|
</configuration>
|
|
</toolchain>
|
|
</toolchains>
|