plugins { id("java-library") } tasks.withType { options.release.set(8) }