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