{"id":18644315,"url":"https://github.com/succlz123/ramdiskgradleplugin","last_synced_at":"2025-11-05T02:30:24.832Z","repository":{"id":92877331,"uuid":"311926512","full_name":"succlz123/RAMDiskGradlePlugin","owner":"succlz123","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-22T11:23:24.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T11:23:07.814Z","etag":null,"topics":["gradle-plugin","ram","ramdisk"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/succlz123.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-11T09:45:57.000Z","updated_at":"2020-11-22T11:23:27.000Z","dependencies_parsed_at":"2023-04-11T11:58:46.582Z","dependency_job_id":null,"html_url":"https://github.com/succlz123/RAMDiskGradlePlugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/succlz123%2FRAMDiskGradlePlugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/succlz123%2FRAMDiskGradlePlugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/succlz123%2FRAMDiskGradlePlugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/succlz123%2FRAMDiskGradlePlugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/succlz123","download_url":"https://codeload.github.com/succlz123/RAMDiskGradlePlugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239449544,"owners_count":19640532,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gradle-plugin","ram","ramdisk"],"created_at":"2024-11-07T06:11:30.177Z","updated_at":"2025-11-05T02:30:24.790Z","avatar_url":"https://github.com/succlz123.png","language":"Kotlin","readme":"## RAM Disk plugin for Gradle\n\nA Gradle plugin that can help developer to use RAM disk to speed up compilation in an easy way.\n\n## Usage\n\n~~~\nrepositories {\n    maven { url 'https://jitpack.io' }\n}\n~~~\n\n~~~\ndependencies {\n    classpath 'com.github.succlz123:ramdisk:0.0.1'\n}\n~~~\n\n**Just need to apply plugin in the app module once**\n~~~\napply plugin: 'org.succlz123.ramdisk'\n~~~\n\n### Windows\n\nFor Windows platform, there is no convenient way to use system tool to create a RAM disk, so please download the imdisk to work with it.\n\nhttps://sourceforge.net/projects/imdisk-toolkit/\n\n## Option\n\ngradle.properties\n\n~~~\n# if your RAM is smaller than 16GB, you need to enable the plugin manually\nRAMDisk.enable=true\nRAMDisk.name=RAMDiskForGradle\n# 1024MB = 1GB\nRAMDisk.size=1024\n# apfs or hfs+, defalut is apfs\nRAMDisk.mac.format=apfs\n~~~\n\n## Other\n\nif you encouter some stranger issues with this plugin, please clean the build cache and delete the .gradle dir which locate in the project root path.\n\n## ToDo\n\n\u003e Crazy Mode\n\nMove the Gradle .cache dir into RAM disk.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsucclz123%2Framdiskgradleplugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsucclz123%2Framdiskgradleplugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsucclz123%2Framdiskgradleplugin/lists"}