xenoterracide
01/08/2019, 5:22 AMbuildscript {
repositories {
jcenter()
}
}
plugins {
id("io.gitlab.arturbosch.detekt").version("[version]")
}
when will things work without the buildscript? (jcenter()) and/or does anyone know how to add jcenter like this in a plugin via javaCzar
01/08/2019, 5:55 AMxenoterracide
01/08/2019, 6:47 PMxenoterracide
01/08/2019, 6:48 PM