diff --git a/build.gradle b/build.gradle index d3b1492..24b04c6 100644 --- a/build.gradle +++ b/build.gradle @@ -101,4 +101,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 50f9ee4..2f7415f 100644 --- a/eco-core/build.gradle +++ b/eco-core/build.gradle @@ -1,2 +1,2 @@ group 'com.willfp' -version rootProject.version \ No newline at end of file +version rootProject.version diff --git a/gradle.properties b/gradle.properties index a0cdaa3..433232f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,4 @@ -version = 4.6.1 -plugin-name = Boosters \ No newline at end of file +#libreforge-updater +#Sun May 15 13:34:00 BST 2022 +version=4.6.1 +plugin-name=Boosters diff --git a/gradlew b/gradlew old mode 100644 new mode 100755