Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viewreka/viewreka-bundle-gradle-plugin
A gradle plugin for Viewreka bundles
https://github.com/viewreka/viewreka-bundle-gradle-plugin
Last synced: 13 days ago
JSON representation
A gradle plugin for Viewreka bundles
- Host: GitHub
- URL: https://github.com/viewreka/viewreka-bundle-gradle-plugin
- Owner: viewreka
- License: apache-2.0
- Created: 2015-12-19T13:58:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T23:22:40.000Z (almost 9 years ago)
- Last Synced: 2024-11-08T22:19:26.868Z (2 months ago)
- Language: Groovy
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License](https://img.shields.io/github/license/viewreka/viewreka-bundle-gradle-plugin.svg)](https://github.com/viewreka/viewreka-bundle-gradle-plugin/blob/master/LICENSE)
[![Build Status](https://img.shields.io/travis/viewreka/viewreka-bundle-gradle-plugin/master.svg?label=Build)](https://travis-ci.org/viewreka/viewreka-bundle-gradle-plugin)## viewreka-bundle-gradle-plugin ##
This plugin extends the [Shadow plugin](https://github.com/johnrengelman/shadow) in order to allow creating [Viewreka](https://github.com/viewreka/viewreka) bundles (aka vbundles).
Viewreka bundles are fat jars with the file extension `.vbundle`. The following attributes must be present in the manifest of a vbundle:
- viewrekaBundleClass - the fully qualified name of the class implementing the [ViewrekaBundle](https://github.com/viewreka/viewreka/blob/master/projects/bundle-api/src/main/java/org/beryx/viewreka/bundle/api/ViewrekaBundle.java) interface.
- viewrekaVersionMajor - the major version of the oldest Viewreka release supported by this vbundle.
- viewrekaVersionMinor - the munor version of the oldest Viewreka release supported by this vbundle.
- viewrekaVersionPatch - the patch version of the oldest Viewreka release supported by this vbundle.viewreka-bundle-gradle-plugin provides a new task called `viewrekaBundle`.