ah, found the doc that has this... ``` (publi...
# gradle
x
ah, found the doc that has this...
Copy code
(publications) {
            "mavenJava"(MavenPublication::class) {
                artifact(file("${project.name}-${project.version}.jar"))
            }
        }