Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmslpm/gradle-minify-json-resources
Gradle Plugin : Minify JSON Resources
https://github.com/tmslpm/gradle-minify-json-resources
Last synced: about 2 months ago
JSON representation
Gradle Plugin : Minify JSON Resources
- Host: GitHub
- URL: https://github.com/tmslpm/gradle-minify-json-resources
- Owner: tmslpm
- License: mit
- Created: 2024-11-12T04:16:36.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T04:21:10.000Z (about 2 months ago)
- Last Synced: 2024-11-12T05:21:09.902Z (about 2 months ago)
- Language: Java
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Gradle Plugin : Minify Json Resources
- License: MIT
## Install
- clone the project
- execute the task publishToMavenLocal
- edit your build.gradle and add the plugin```groovy
plugin {
id 'gradle-minify-json-resources' version '1.0.0'
}
```more soon...