4 lines
127 B
Batchfile
4 lines
127 B
Batchfile
@echo off
|
|
set DIR=%~dp0
|
|
java -classpath "%DIR%gradle\wrapper\gradle-wrapper.jar" org.gradle.wrapper.GradleWrapperMain %*
|
|
|