summaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorGravatar Juuz2025-08-21 23:53:50 +0300
committerGravatar GitHub2025-08-21 21:53:50 +0100
commita61fe39f4e86ce5ab2c0615612deae1c51aff927 (patch)
tree8035d1659782571fd24980d89779d8287413e29e /gradle.properties
parentGet rid of Guava (#555) (diff)
downloadenigma-a61fe39f4e86ce5ab2c0615612deae1c51aff927.tar.gz
enigma-a61fe39f4e86ce5ab2c0615612deae1c51aff927.tar.xz
enigma-a61fe39f4e86ce5ab2c0615612deae1c51aff927.zip
Update Gradle and fix buildscripts (#557)
* Fix Gradle configuration cache compat with generateResources task The task now also declares its inputs properly, making it support up-to-date checks. * Update Gradle and Shadow Shadow 9 is incompatible with including the flatlaf natives, so I updated to the last 8.x version which also works with Gradle 9. The Shadow plugin automatically publishes the shadow jar, so I removed the overlapping publications which overrode each other. * Fix more Gradle 10 deprecations * Enable configuration cache by default * Fix missing task dependency of :enigma-cli:test
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
new file mode 100644
index 00000000..5ad69748
--- /dev/null
+++ b/gradle.properties
@@ -0,0 +1 @@
org.gradle.configuration-cache=true