CrazyAuctions/gradle.properties

22 lines
712 B
Properties
Raw Normal View History

##########################################################################
# Standard Properties
org.gradle.jvmargs = -Xmx2G
org.gradle.warning.mode = all
2023-01-07 08:27:10 +01:00
##########################################################################
# Standard Minecraft Dependencies
minecraft_version = 1.19.3
2023-01-07 08:27:10 +01:00
##########################################################################
# Project Properties
version = 1.2.18
group = com.badbones69.crazyauctions
name = CrazyAuctions
description = Auction off your items in style!
2023-01-07 08:27:10 +01:00
##########################################################################
# Misc Properties
isBeta = true
java_version = 17
##########################################################################