Closed tribbloid closed 6 years ago
ok, checking
those inputs make no sense, since Java 1.8 == Class 52
https://en.wikipedia.org/wiki/Java_class_file
###
Java version: 1.8.0_161, vendor: Oracle Corporation
###
Caused by: java.lang.UnsupportedClassVersionError: com/carrotgarden/maven/flatten/FlattenMojo : Unsupported major.minor version 52.0
few ways to make sense is to assume
1.7
M2_HOME
nonetheless, I switched flattend plugin build to 1.7
https://github.com/random-maven/flatten-maven-plugin/blob/master/pom.xml#L35
please try 1.3.x https://bintray.com/random-maven/maven/flatten-maven-plugin
assume resoved
Compiling on the following environment:
will yield the following error:
Looks like some JVM version dependent classes are included. Is it possible to cross compile and publish?