Properly set source and target JDK in MANIFEST
This commit is contained in:
parent
b18bc950e1
commit
bfad5d83d8
2
pom.xml
2
pom.xml
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user