plugins { `java-library` eclipse } java { toolchain { languageVersion = JavaLanguageVersion.of(8) } }