-
Notifications
You must be signed in to change notification settings - Fork 0
Gradle Compatibility
AzureDoom edited this page Jun 8, 2026
·
1 revision
This plugin is designed to work with modern Gradle features:
- ✅ Configuration cache compatible
- ✅ Passes Gradle 9.x plugin validation
⚠️ Selective build cache support
Tasks are categorized as follows:
Cacheable:
DecompileDependencyJarTaskDecompileServerJarTask
Not cacheable (by design):
-
downloadAssetsZip(network + auth dependent) -
runServer(executes an external process) -
prepareRunServer(filesystem links/junctions) - manifest tasks (low-cost file operations)
This ensures correctness while still benefiting from caching where it matters.