Re: testCompile with multiReleaseOutput main classes

2022-08-06 Thread Stanimir Stamenkov
Sun, 31 Jul 2022 14:18:52 +0300, /Stanimir Stamenkov/: Sat, 23 Jul 2022 19:28:50 +0300, /Stanimir Stamenkov/: I want to produce a Java 8 compatible library that provides some Java 9+ classes, packaged as a Multi-Release JAR:   *

Re: testCompile with multiReleaseOutput main classes

2022-07-31 Thread Stanimir Stamenkov
Sat, 23 Jul 2022 19:28:50 +0300, /Stanimir Stamenkov/: I want to produce a Java 8 compatible library that provides some Java 9+ classes, packaged as a Multi-Release JAR:  * https://maven.apache.org/plugins/maven-compiler-plugin/multirelease.html O.k. From the very same page:

Re: testCompile with multiReleaseOutput main classes

2022-07-23 Thread Karl Heinz Marbaise
Hi, On 23.07.22 18:28, Stanimir Stamenkov wrote: I want to produce a Java 8 compatible library that provides some Java 9+ classes, packaged as a Multi-Release JAR: The best suggestion I can give is is to use a multi module setup. https://github.com/khmarbaise/mrelease Furthermore I'm not

testCompile with multiReleaseOutput main classes

2022-07-23 Thread Stanimir Stamenkov
I want to produce a Java 8 compatible library that provides some Java 9+ classes, packaged as a Multi-Release JAR: * https://maven.apache.org/plugins/maven-compiler-plugin/multirelease.html I've taken a slimmed down _Multi-Release Parent_