Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gluonhq/gluon-build-license
https://github.com/gluonhq/gluon-build-license
Last synced: about 23 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/gluonhq/gluon-build-license
- Owner: gluonhq
- License: other
- Created: 2020-11-19T18:49:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-23T10:53:28.000Z (almost 3 years ago)
- Last Synced: 2024-12-17T23:40:22.223Z (9 days ago)
- Size: 18.6 KB
- Stars: 7
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gluon-build-license
This action configures the license for your Gluon build
Have a look at [Hello Gluon CI](https://github.com/gluonhq/hello-gluon-ci) for a sample.
# Usage
* Add this before your Maven build step
```yaml
steps:
- name: Gluon Build License
uses: gluonhq/gluon-build-license@v1
with:
gluon-license: ${{ secrets.GLUON_LICENSE }}
```In case, you have a multi-module setup, with `main-module` containing Gluon Application,
`dir` can be specified:```yaml
steps:
- name: Gluon Build License
uses: gluonhq/gluon-build-license@v1
with:
gluon-license: ${{ secrets.GLUON_LICENSE }}
dir: main-module
```* Configure GLUON_LICENSE in your repo secrets