Java 8 and Gradle 5 are the minimum requirements to use any of these plugins.
But I tested with 0.49.0 and 0.50.0. these two verions are compiled by JDK 11
FAILURE: Build failed with an exception.
* What went wrong:
java.lang.UnsupportedClassVersionError: org/kordamp/gradle/plugin/minpom/MinPomPlugin has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
> org/kordamp/gradle/plugin/minpom/MinPomPlugin has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
As the document requirement says:
But I tested with 0.49.0 and 0.50.0. these two verions are compiled by JDK 11