mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 08:30:35 +00:00
d69c923bad
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.
20 lines
480 B
Properties
20 lines
480 B
Properties
# Universal AppleCommander version number. Used for:
|
|
# - Naming JAR file.
|
|
# - The build will insert this into a file that is read at run time as well.
|
|
version=1.7.0pre
|
|
|
|
# Dependency versions
|
|
shkVersion=1.2.2
|
|
asVersion=1.2.1
|
|
btVersion=0.3.1
|
|
swtVersion=3.118.0
|
|
junitVersion=4.12
|
|
antVersion=1.8.2
|
|
commonsLang3Version=3.7
|
|
commonsCsvVersion=1.8
|
|
gsonVersion=2.8.6
|
|
|
|
# Maven Central Repository G and A of GAV coordinate. :-)
|
|
group=net.sf.applecommander
|
|
archivesBaseName=AppleCommander
|