./gradlew clean
: clean the project./gradlew build
: build the project./gradlew publish
: publish the project (currently points to<project>/build/local-repository
)
./gradlew :hello-world:runServer
: run the Minecraft server for the hello-world pluginstop
: stop the server when it is running