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的传递--init-script和--project-prop选项来gradle。
gradlew
--init-script
--project-prop
#!/bin/bash exec gradle \ --init-script "$company/init.d/init.gradle.kts" \ -PcompanyGradleRepo=$companyGradleRepo \ "$@"
如何将这些相同的选项传递给我通过 eclipse.jdt.ls 运行的 eclipse buildship