mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2026-04-20 18:17:12 +00:00
3e7596c371
Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.11.3 to 0.11.4. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/0.11.3...0.11.4) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-version: 0.11.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
22 lines
594 B
Groovy
22 lines
594 B
Groovy
// Shared settings across all build subprojects
|
|
|
|
ext {
|
|
// Dependency versions
|
|
shkVersion = "1.2.2"
|
|
asVersion = "1.2.2"
|
|
btVersion = "0.4.1"
|
|
swtVersion = "3.132.0"
|
|
piSwtVersion = "3.8.2"
|
|
junitVersion = "6.0.2"
|
|
antVersion = "1.10.15"
|
|
commonsLang3Version = "3.20.0"
|
|
commonsCsvVersion = "1.14.1"
|
|
gsonVersion = "2.13.2"
|
|
picocliVersion = "4.7.7"
|
|
// 3.0(?) introduced Spring AOT automatic stuff and breaks when using GraalVM native image
|
|
springBoot = "4.0.1"
|
|
acdasmVersion = "6.1"
|
|
graalvmBuildVersion = "0.11.4"
|
|
clthVersion = "2.1"
|
|
}
|