Unverified Commit b2c5d080 authored by Thibault Gagnaux's avatar Thibault Gagnaux
Browse files

buildMavenPackage: use mvnParameters as before

Otherwise it is not a feature flag and it may break current packages.
parent d03e80e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ let
        mvn dependency:get -Dartifact="$artifactId" -Dmaven.repo.local=$out/.m2
      done
    '' + lib.optionalString (!buildOffline) ''
      mvn package -Dmaven.repo.local=$out/.m2 ${mvnDepsParameters}
      mvn package -Dmaven.repo.local=$out/.m2 ${mvnParameters}
    '' + ''
      runHook postBuild
    '';