Fix golden data for projects using local M2 dir

This commit is contained in:
Tad Fisher
2023-10-06 16:48:24 -07:00
parent 689a6a2090
commit f618923fd0
7 changed files with 79 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ plugins {
}
repositories {
maven { url = uri("file:/../../../../") }
maven { url = uri(System.getProperty("org.nixos.gradle2nix.m2")) }
}
dependencies {