mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-26 15:36:40 +00:00
toolchains Maven plugin requires toolschains configuration parameter
This commit is contained in:
@@ -265,6 +265,14 @@
|
||||
</executions>
|
||||
<configuration>
|
||||
<toolchains>
|
||||
<jdk>
|
||||
<version>1.6</version>
|
||||
<vendor>sun</vendor>
|
||||
</jdk>
|
||||
<jdk>
|
||||
<version>1.7</version>
|
||||
<vendor>sun</vendor>
|
||||
</jdk>
|
||||
<jdk>
|
||||
<version>1.8</version>
|
||||
<vendor>sun</vendor>
|
||||
|
||||
Reference in New Issue
Block a user