-
Notifications
You must be signed in to change notification settings - Fork 0
Gradle
kumattau edited this page Mar 28, 2016
·
2 revisions
旧バージョン用にコンパイルする場合、ランタイムのバージョンも合わせる。
sourceCompatibility = '1.7'
targetCompatibility = '1.7'
compileJava {
options.fork = true
options.bootClasspath = "/usr/lib/jvm/jdk-7-oracle-x64/jre/lib/rt.jar"
}