nacx commented on this pull request.
> - <plugin>
- <artifactId>maven-toolchains-plugin</artifactId>
- <version>1.1</version>
- <executions>
- <execution>
- <goals>
- <goal>toolchain</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <toolchains>
- <jdk>
- <version>1.8</version>
- <vendor>openjdk</vendor>
+ <version>${jdk.version}</version>
No. We were not building against different JDK flavors, so it does not have an
impact. If we want to do so, we can introduce the vendor again and revisit
this. The property approach comes in handy for a clearer [jclouds-compat
build](https://jclouds.ci.cloudbees.com/job/jclouds-compat/).
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1152#discussion_r154105158