Skip to content

gschrader/gw

Repository files navigation

gw

A gradlew/gradle wrapper.

build GitHub release License

A Java version of gdub so it can be used on Windows (macOS and Linux binary provided as well).

Usage

  • gw [gradle task name]
  • gw --gw --help
  • gw --gw -V

Installation

Download exe from releases and add to your path, or install the MSI which will install and add to your path for you.

FAQ

Why did you create this

I'm so used to using gdub on macOS but my work uses Windows and I missed using gw. There are also a couple of issues 22 32 that I was able to fix.

I found a go version which allowed me to use on Windows but it has a bug that hasn't been merged so I presume the project is dead.

A powershell version might have made more sense, but I'm a Java dev and am far more proficient working with Java.

I wanted an excuse to try Graal native images and picocli.

Should I use this instead of gdub

Probably not if you're happy with gdub.