buildscript {
repositories {
……リポジトリ……
}
dependencies {
……パッケージ指定……
}
}※リストが表示されない場合
AddBlockなどの広告ブロックツールがONになっているとリストなどが表示されない場合があります。これらのツールをOFFにしてみてください。
buildscript {
repositories {
jcenter()
}
dependencies {
classpath group:'org.akhikhl.gretty', name:'gretty-plugin', version:'+'
}
}
repositories {
jcenter()
}
dependencies {
testCompile group:'junit', name:'junit', version:'4.12'
}
| << 前へ |