``` tasks { "createPom" { doLast { } } ```
# gradle
s
Copy code
tasks {
	
	"createPom" {
		doLast {

	}
}