freeplane: disable parallel building

should fix #346419
This commit is contained in:
chayleaf 2024-10-09 22:36:11 +07:00
parent dad213b357
commit dfc2c34472
No known key found for this signature in database
GPG Key ID: 78171AD46227E68E

View File

@ -40,6 +40,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
gradleFlags = [ "-Dorg.gradle.java.home=${jdk}" "-x" "test" ];
# share/freeplane/core/org.freeplane.core/META-INF doesn't
# always get generated with parallel building enabled
enableParallelBuilding = false;
preBuild = "mkdir -p freeplane/build";
gradleBuildTask = "build";