From 83f3504b9ad6dc55d4bf697669b00058bac39b57 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sun, 15 May 2022 13:34:17 +0100 Subject: [PATCH] "libreforge-updater" --- build.gradle | 2 +- eco-core/build.gradle | 2 +- gradle.properties | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 7996a258..2e951f1c 100644 --- a/build.gradle +++ b/build.gradle @@ -127,4 +127,4 @@ task buyThePlugins { println 'Buying gives you access to support and the plugin auto-updater, and it allows me to keep developing plugins.' } } -build.finalizedBy buyThePlugins \ No newline at end of file +build.finalizedBy buyThePlugins diff --git a/eco-core/build.gradle b/eco-core/build.gradle index 04038796..e7d62608 100644 --- a/eco-core/build.gradle +++ b/eco-core/build.gradle @@ -5,4 +5,4 @@ subprojects { dependencies { implementation 'com.willfp:libreforge:3.44.1' } -} \ No newline at end of file +} diff --git a/gradle.properties b/gradle.properties index 409f857a..84c9eba3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,4 @@ -version = 8.66.1 -plugin-name = EcoEnchants \ No newline at end of file +#libreforge-updater +#Sun May 15 13:34:17 BST 2022 +version=8.66.1 +plugin-name=EcoEnchants