remove configureAddon

This commit is contained in:
dfsek
2021-07-23 11:51:41 -07:00
parent 3b5e6b80d5
commit 1ae9ae71de

View File

@@ -9,10 +9,6 @@ fun Project.configureCommon() {
version = rootProject.version
}
fun Project.configureAddon() {
}
fun Project.getGitHash(): String {
val stdout = ByteArrayOutputStream()
exec {