jenv-gradle-low-ram
OfficialKeep Java/Gradle aligned on low-RAM
AuthorAniTrend
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill prevents Gradle crashes and version-mismatch failures on low-RAM machines by ensuring the JVM used by ./gradlew matches the Java version pinned by .java-version, then applying memory-safe Gradle settings.
Core Features & Use Cases
- Java version alignment: Sets
jenv localto the exact version required by.java-versionand verifies withjava -versionand./gradlew -version. - Low-RAM Gradle execution profiles: Runs Gradle with
--no-daemon, reduced--max-workers, and bounded JVM args (-Xmx, metaspace) to avoid OOM and daemon instability. - Fallback stabilization steps: Further reduces concurrency (
--max-workers=1, disables parallel) and suggests Gradle properties for persistent safer defaults.
Quick Start
Run the debug build with the low-memory-safe profile by executing the provided ./gradlew --no-daemon --max-workers=2 command with the JVM args tuned for your RAM level.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: jenv-gradle-low-ram Download link: https://github.com/AniTrend/anitrend-v2/archive/main.zip#jenv-gradle-low-ram Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.