Skip to content

raphiz/buildGradleApplication-examples

Repository files navigation

buildGradleApplication Examples

This repository contains example usages of the buildGradleApplication Nix builder function.

Run the examples

nix run -j 15 .#helloWorld
nix run -j 15 .#springBoot

Re generate verification metadata

pushd hello-world
update-verification-metadata
popd

pushd spring-boot
update-verification-metadata
popd