From 09e7afb72bb3bd5464e2073b15f4ec82effd3a25 Mon Sep 17 00:00:00 2001 From: Stefan Schallerl Date: Thu, 13 Feb 2025 20:58:36 +0100 Subject: [PATCH] Removes accidentially hardcoded jvm path. --- gradle.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 66aaef9..b06a80a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,3 @@ -org.gradle.java.home=C:/Users/stefa/.jdks/temurin-21.0.5 # Enable the build cache to save time by reusing outputs produced by other successful builds. # https://docs.gradle.org/current/userguide/build_cache.html org.gradle.caching=true