Skip to content

Commit

Permalink
updated toolchains description for new github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jstaerk committed Nov 28, 2022
1 parent c1d282f commit 0ecb548
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions doc/development_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,21 +166,11 @@ In .m2 also need a toolchains.xml which defines a Sun JDK 1.8 target like the fo
<toolchain>
<type>jdk</type>
<provides>
<version>1.8</version>
<vendor>sun</vendor>
<version>8</version>
<vendor>adopt</vendor>
</provides>
<configuration>
<jdkHome>C:\Program Files\Java\jdk1.8.0_341</jdkHome>
</configuration>
</toolchain>
<toolchain>
<type>jdk</type>
<provides>
<version>18</version>
<vendor>zulu</vendor>
</provides>
<configuration>
<jdkHome>C:\Program Files\Zulu\zulu-18\</jdkHome>
<jdkHome>C:\Program Files\Eclipse Adoptium\jdk-8.0.352.8-hotspot</jdkHome>
</configuration>
</toolchain>

Expand Down

0 comments on commit 0ecb548

Please sign in to comment.