diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2020-10-12 23:24:09 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2020-10-12 23:24:09 +0300 |
commit | 6e956335182bacfc478159b5f2a6f6697d266d9e (patch) | |
tree | e0d1ead15c54304175c49856422805f069d56279 /pf4j/pom.xml | |
parent | 597192ba5b041b29dc68e0181e13648f2cdcbb36 (diff) | |
download | pf4j-6e956335182bacfc478159b5f2a6f6697d266d9e.tar.gz pf4j-6e956335182bacfc478159b5f2a6f6697d266d9e.zip |
Solve #440
Diffstat (limited to 'pf4j/pom.xml')
-rw-r--r-- | pf4j/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml index a49aaf4..2232a2d 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -21,6 +21,10 @@ <artifactId>maven-compiler-plugin</artifactId> <configuration> <compilerArgument>-proc:none</compilerArgument> + <!-- Only required when JAVA_HOME isn't at least Java 9 and when haven't configured the maven-toolchains-plugin --> + <jdkToolchain> + <version>9</version> + </jdkToolchain> </configuration> <executions> <!-- compile everything for Java 8 except the module-info.java --> |