diff --git a/build.gradle b/build.gradle index c006c00..3efa52a 100644 --- a/build.gradle +++ b/build.gradle @@ -114,4 +114,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 6ff62dc..d6cedfa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,4 @@ -version = 1.25.1 -plugin-name = EcoSkills \ No newline at end of file +#libreforge-updater +#Sun May 15 13:33:28 BST 2022 +version=1.25.1 +plugin-name=EcoSkills diff --git a/gradlew b/gradlew old mode 100644 new mode 100755