tweak(java): add gradle

This is actually necessary for Kotlin, but belonged more in the Java file
This commit is contained in:
Infinidoge 2023-07-10 21:32:37 -04:00
parent 16bfd5326e
commit fddcb2a7ed

View file

@ -2,5 +2,6 @@
environment.systemPackages = with pkgs; [
openjdk19
clang-tools
gradle
];
}