plugins { id 'java' } java { toolchain { languageVersion.set(JavaLanguageVersion.of(21)) } } dependencies { } test { useJUnitPlatform() }