| commit | 4ee5b3efcfe8e2604683fa8523a0ebd250eb1471 | [log] [tgz] |
|---|---|---|
| author | pratapaditya04 <thesingh.adi.work@gmail.com> | Thu Dec 18 11:48:41 2025 +0530 |
| committer | GitHub <noreply@github.com> | Thu Dec 18 11:48:41 2025 +0530 |
| tree | e7511ef1d938d8bf4e62ed8f344d19e667206911 | |
| parent | 6619cb1253572523a9953d73859552a4086556e4 [diff] |
[GOBBLIN-2243]Add Fallback dir for Jar caching (#4160) * added fallback caching dir * addressed comments * refactor * resolved comments * refactor
Apache Gobblin is a highly scalable data management solution for structured and byte-oriented data in heterogeneous data ecosystems.
If building the distribution with tests turned on:
If you are going to build Gobblin from the source distribution, run the following command for downloading the gradle-wrapper.jar from Gobblin git repository to gradle/wrapper directory (replace GOBBLIN_VERSION in the URL with the version you downloaded).
wget --no-check-certificate -P gradle/wrapper https://github.com/apache/gobblin/raw/${GOBBLIN_VERSION}/gradle/wrapper/gradle-wrapper.jar
(or)
curl --insecure -L https://github.com/apache/gobblin/raw/${GOBBLIN_VERSION}/gradle/wrapper/gradle-wrapper.jar > gradle/wrapper/gradle-wrapper.jar
Alternatively, you can download it manually from: https://github.com/apache/gobblin/blob/${GOBBLIN_VERSION}/gradle/wrapper/gradle-wrapper.jar
Make sure that you download it to gradle/wrapper directory.
./gradlew rat. Report will be generated under build/rat/rat-report.html./gradlew build -x findbugsMain -x test -x rat -x checkstyleMain The distribution will be created in build/gobblin-distribution/distributions directory. (or)./gradlew build The distribution will be created in build/gobblin-distribution/distributions directory.