demobox 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>
@nacx Does removing the `oracle` vs. `openjdk` `<vendor>` attribute have any
impact?
--
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#pullrequestreview-80214278