build.gradle. plugins { id 'java' } group 'com.abc' version '1.0-SNAPSHOT' sourceCompatibility = 1.8 repositories { mavenCentral() } ...
確定! 回上一頁