https://github.com/raphiz/buildgradleapplication-examples
Example usage of https://github.com/raphiz/buildGradleApplication
https://github.com/raphiz/buildgradleapplication-examples
Last synced: about 1 year ago
JSON representation
Example usage of https://github.com/raphiz/buildGradleApplication
- Host: GitHub
- URL: https://github.com/raphiz/buildgradleapplication-examples
- Owner: raphiz
- License: mit
- Created: 2023-09-20T05:43:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T19:17:20.000Z (over 1 year ago)
- Last Synced: 2025-04-01T20:26:38.146Z (over 1 year ago)
- Language: Nix
- Size: 582 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `buildGradleApplication` Examples
This repository contains example usages of the [`buildGradleApplication`](https://github.com/raphiz/buildGradleApplication) Nix builder function.
## Run the examples
```bash
nix run -j 15 .#helloWorld
nix run -j 15 .#springBoot
```
## Re generate verification metadata
```bash
pushd hello-world
update-verification-metadata
popd
pushd spring-boot
update-verification-metadata
popd
```