remove stdout
All checks were successful
Publish to snapshot maven / build (push) Successful in 24s

This commit is contained in:
moehreag 2024-06-13 00:38:00 +02:00
parent 3b88625edf
commit 41e34721cb
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ plugins {
}
group = "dev.frogmc"
version = "0.0.1-alpha.3"
version = "0.0.1-alpha.4"
repositories {
maven {

View file

@ -56,7 +56,7 @@ object AccessWidener {
return@map metadata.resolveSibling(name)
}
}
}.toList()).filterNotNull().also { println(it) }
}.toList()).filterNotNull()
}
fun needsUpdate(project: Project): Boolean {