From b6ab017f89de88a4e7c9656d62e2e12c91cab523 Mon Sep 17 00:00:00 2001 From: DJtheRedstoner <52044242+DJtheRedstoner@users.noreply.github.com> Date: Tue, 1 Sep 2020 10:18:01 -0400 Subject: Bug Fixes Exit perspective when opening a gui (#3) Exit perspective when changing vanilla perspective Add github actions build --- gradle.properties | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gradle.properties (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..3f7861b --- /dev/null +++ b/gradle.properties @@ -0,0 +1,6 @@ +org.gradle.jvmargs=-Xmx2G + +# These are in here and not in build.gradle so that github actions can read them +modid = djperspectivemod +archivesBaseName = PerspectiveModv4 +version = 4.0 \ No newline at end of file -- cgit