This commit is contained in:
parent
3b88625edf
commit
41e34721cb
|
@ -7,7 +7,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "dev.frogmc"
|
group = "dev.frogmc"
|
||||||
version = "0.0.1-alpha.3"
|
version = "0.0.1-alpha.4"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
|
|
|
@ -56,7 +56,7 @@ object AccessWidener {
|
||||||
return@map metadata.resolveSibling(name)
|
return@map metadata.resolveSibling(name)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}.toList()).filterNotNull().also { println(it) }
|
}.toList()).filterNotNull()
|
||||||
}
|
}
|
||||||
|
|
||||||
fun needsUpdate(project: Project): Boolean {
|
fun needsUpdate(project: Project): Boolean {
|
||||||
|
|
Loading…
Reference in a new issue