Skip to content

Commit bfad5d8

Browse files
committed
Properly set source and target JDK in MANIFEST
1 parent b18bc95 commit bfad5d8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,8 @@
381381
<mainClass>the.bytecode.club.bytecodeviewer.BytecodeViewer</mainClass>
382382
<manifestEntries>
383383
<Implementation-Version>${project.version}</Implementation-Version>
384+
<X-Compile-Source-JDK>${maven.compiler.source}</X-Compile-Source-JDK>
385+
<X-Compile-Target-JDK>${maven.compiler.target}</X-Compile-Target-JDK>
384386
</manifestEntries>
385387
</transformer>
386388
<transformer

0 commit comments

Comments
 (0)