[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/gradle/gradle.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A build tool with a focus on build automation and multi-language development [T] A build tool with a focus on build automation and support for [T] multi-language development. If you are building, testing, publishing, and [T] deploying software on any platform, Gradle offers a flexible model that [T] can support the entire development lifecycle from compiling and packaging [T] code to publishing web sites. Gradle has been designed to support build [T] automation across multiple languages and platforms including Java, Scala, [T] Android, Kotlin, C/C++, and Groovy, and is closely integrated with [T] development tools and continuous integration servers including Eclipse, [T] IntelliJ, and Jenkins. [U] https://github.com/gradle/gradle [A] Gradle team [M] dash [C] extra/development [L] APL [S] Stable [V] 9.0.0-M9 [P] X -----5---9 400.050 [D] b22fdc8a01078b95de814c54e733d4ec2669b984254ebc148dda6a86 gradle-v9.0.0-M9.tar.gz https://github.com/gradle/gradle/archive/v9.0.0-M9/ . $base/package/*/*/java-common-conf.in [ $prefix_auto = 1 ] && prefix="opt/gradle" && set_confopt runconf=0 runmake=0 build() { export GRADLE_HOME=/usr/java/gradle mkdir -p $GRADLE_HOME ulimit -n 65536 ./gradlew install --parallel -Pgradle_installPath="$(pwd)/dist" \ --no-build-cache -Dorg.gradle.ignoreBuildJavaVersionCheck=true } hook_add inmake 2 build install() { cp -rvf dist/* $root/$prefix/ } hook_add postmake 2 install