Properly set source and target JDK in MANIFEST

This commit is contained in:
Nico Mexis 2021-08-27 11:39:47 +02:00
parent b18bc950e1
commit bfad5d83d8
No known key found for this signature in database
GPG Key ID: 27D6E17CE092AB78
1 changed files with 2 additions and 0 deletions

View File

@ -381,6 +381,8 @@
<mainClass>the.bytecode.club.bytecodeviewer.BytecodeViewer</mainClass>
<manifestEntries>
<Implementation-Version>${project.version}</Implementation-Version>
<X-Compile-Source-JDK>${maven.compiler.source}</X-Compile-Source-JDK>
<X-Compile-Target-JDK>${maven.compiler.target}</X-Compile-Target-JDK>
</manifestEntries>
</transformer>
<transformer