AppleCommander/settings.gradle
Rob Greene d69c923bad Multiple changes.
1. This change introduces the current SWT builds that exist in Maven;
removing the need to locate and capture the JAR files.
2. The current SWT change is to capture the new Mac OS X aarch64 builds
("Apple Silicon").
3. The current version of SWT, however, requires Java 11.
4. Due to the complexity of the prior Gradle build, it was restructured.
2021-12-19 21:19:33 -06:00

12 lines
313 B
Groovy

rootProject.name = "AppleCommander"
include ':lib:ac-api'
include ':lib:ac-swt-common'
include ':app:ac-cli'
include ':app:ac-swing'
include ':app:ac-swt-macosx-aarch64'
include ':app:ac-swt-macosx-x86_64'
include ':app:ac-swt-linux-aarch64'
include ':app:ac-swt-linux-x86_64'
include ':app:ac-swt-win32-x86_64'