Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 453 Bytes

README.md

File metadata and controls

35 lines (31 loc) · 453 Bytes

b3w

build

linux

./gradlew build

if refresh snapshot

./gradlew build --refresh-dependencies

windows

gradlew.bat build

if refresh snapshot

gradlew.bat build --refresh-dependencies

run

  • recommended using idea run config: "application"

  • or on linux

    ./gradlew run

    on windows

    gradlew.bat run

debug

idea run config as debug: "application"