Use release
jvm option to build artifact compatible with older JVM.
#1412
Labels
build / ci
All about Build or Continious Integration
For many reason, we decide to produce jar compatible :
By the past, when we tried to create binaries compatible with older version of java than the one used to build, we face some compatibility issue.
(e.g. using java8 to build java7 compatible jar)
This lead us to either :
Recently, I heard about jvm
--release
option, maybe this could solve this issue :The text was updated successfully, but these errors were encountered: