kotlin-interactive-shell: normalize doCheck

This commit is contained in:
superherointj 2024-06-02 20:46:33 -03:00
parent 9855e223ac
commit aa993504e7

View file

@ -12,10 +12,12 @@ maven.buildMavenPackage rec {
};
mvnHash = "sha256-m1o0m0foqJhEzWjC9behBeld5HT08WClcZN2xc3fZrI=";
mvnParameters = "-DskipTests compile";
mvnParameters = "compile";
nativeBuildInputs = [ makeWrapper ];
doCheck = false;
installPhase = ''
runHook preInstall