From 20ca5b636acaa65a4418bed943d2760fce91f8fa Mon Sep 17 00:00:00 2001 From: Ryder Belserion Date: Tue, 10 Jan 2023 01:08:26 -0500 Subject: [PATCH] [ci-skip] Github workflows hates these --- gradle.properties | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3c8b205..93fb473 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,22 +1,12 @@ -########################################################################## -# Standard Properties org.gradle.jvmargs = -Xmx2G org.gradle.warning.mode = all -########################################################################## -# Standard Minecraft Dependencies minecraft_version = 1.19.3 -########################################################################## -# Project Properties version = 1.2.18 group = com.badbones69.crazyauctions name = CrazyAuctions description = Auction off your items in style! -########################################################################## -# Misc Properties isBeta = true -java_version = 17 - -########################################################################## \ No newline at end of file +java_version = 17 \ No newline at end of file