Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法自定义gradlew? 我想要的是,当有人运行 gradlew 时,它将运行带有额外参数的 gradle,例如./gradlew应该在实践中调用gradle --init-script "../../my_init_script.gradle"
./gradlew
gradle --init-script "../../my_init_script.gradle"