coveralls-gradle-plugin | 👨🔧 gradle plugin for coveralls | Plugin library
kandi X-RAY | coveralls-gradle-plugin Summary
kandi X-RAY | coveralls-gradle-plugin Summary
gradle plugin for coveralls
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of coveralls-gradle-plugin
coveralls-gradle-plugin Key Features
coveralls-gradle-plugin Examples and Code Snippets
Community Discussions
Trending Discussions on coveralls-gradle-plugin
QUESTION
Environment:
Linux + JDK 11 + Gradle 5.0
I have several gradle projects which must build from sources without Internet connection/ For example this one git clone --depth 1 --branch 3.0.0 https://github.com/bobbylight/RSyntaxTextArea.git
for that first of all I built this project online then copy ~/.gradle to $PROJECT_DIR/grdl , next I want to test this build offine. I perform gradle --stop
, clear whole ~/.gradle directory then turn off Internet and run following script:
ANSWER
Answered 2021-Sep-13 at 14:01I think you are hitting this issue: https://github.com/gradle/gradle/issues/1338
That is, cache items are non relocatable. Copying the whole ~/.gradle
folder may not be enough, especially if ~
resolves to a different path than in the original machine (i.e. different user). The full path needs to be exactly the same (with Gradle 5.0).
The issue suggests however that version 6.1 makes the cache relocatable, so perhaps you'll have more luck with a recent version (7.2 is the latest at this point in time).
EDIT: The release notes and these docs confirm that the cache can be copied across deployments as of version 6.1.1.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install coveralls-gradle-plugin
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page