在build.gradle文件中,需要指定要使用的Java版本。例如:. plugins { id 'java' } java { sourceCompatibility = JavaVersion.VERSION_11 targetCompatibility = ...
確定! 回上一頁