plugins { `maven-publish` } publishing { publications { create("yarn") { artifact(file("aaa")) } } }