shattered-pixel-dungeon: pin to Gradle 8
This commit is contained in:
parent
89079b37ec
commit
b433620b61
@ -10,7 +10,7 @@
|
||||
, lib
|
||||
, stdenv
|
||||
, makeWrapper
|
||||
, gradle
|
||||
, gradle_8
|
||||
, perl
|
||||
, jre
|
||||
, libGL
|
||||
@ -55,6 +55,9 @@ let
|
||||
|
||||
depsPath' = if depsPath != null then depsPath else ./. + "/${pname}/deps.json";
|
||||
|
||||
# "Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0."
|
||||
gradle = gradle_8;
|
||||
|
||||
in stdenv.mkDerivation (cleanAttrs // {
|
||||
inherit pname version src patches postPatch;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user