This commit is contained in:
CocoTheOwner 2021-08-09 23:54:05 +02:00
parent 9b94b9e3fe
commit 984f2669b8

View File

@ -36,7 +36,7 @@ plugins {
group 'com.volmit.iris' group 'com.volmit.iris'
version '1.6.7-Experimental' version '1.6.7-Experimental'
def apiVersion = '1.17' def apiVersion = '1.17'
def name = getRootProject().getName() def name = getRootProject().getName() // See settings.gradle
def main = 'com.volmit.iris.Iris' def main = 'com.volmit.iris.Iris'
// ADD YOURSELF AS A NEW LINE IF YOU WANT YOUR OWN BUILD TASK GENERATED // ADD YOURSELF AS A NEW LINE IF YOU WANT YOUR OWN BUILD TASK GENERATED