An open API service indexing awesome lists of open source software.

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

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
```