gradle-and-eclipse-rcp
gradle-and-eclipse-rcp copied to clipboard
Gradle and Eclipse RCP
Here is the output: ``` $ ./gradlew ide Downloading https://services.gradle.org/distributions/gradle-6.7-bin.zip .........10%..........20%..........30%..........40%..........50%.........60%..........70%..........80%..........90%..........100% Welcome to Gradle 6.7! Here are the highlights of this release: - File system watching is ready for production...
Not sure why, but running `gradlew assemble.all` has this behavior: - Windows can build output for all platforms, except it clobbers the `executable` flags for mac/linux. - Linux can build...