aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorAbhiram555 <63419731+abhithedev200@users.noreply.github.com>2023-01-26 21:34:15 +0530
committerGitHub <noreply@github.com>2023-01-26 17:04:15 +0100
commit19f6d6eacf3df61c3079d342482df3ae4a2c3e15 (patch)
tree30c8c309e46ecfc9d96d505322523178a53c1549 /build.gradle.kts
parent7cfe4c326b668683cccc9c250d58b7ef9c3e9083 (diff)
downloadCOFL-19f6d6eacf3df61c3079d342482df3ae4a2c3e15.tar.gz
COFL-19f6d6eacf3df61c3079d342482df3ae4a2c3e15.tar.bz2
COFL-19f6d6eacf3df61c3079d342482df3ae4a2c3e15.zip
Add Proxy support to the cofl mod (#85)
* Implement basic proxy functionality * Finish the api key management * Finished the hypixel api key support * Fixed a check, for some reason intelij didn't update my code * Only upload request if the upload is enabled, else just do the request Co-authored-by: Äkwav <16632490+Ekwav@users.noreply.github.com> Co-authored-by: Äkwav <16632490+Ekwav@users.noreply.github.com>
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 734083b..b1e378c 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -67,6 +67,7 @@ tasks.withType(Jar::class) {
manifest.attributes.run {
this["FMLCorePluginContainsFMLMod"] = "true"
this["ForceLoadAsMod"] = "true"
+ this["Manifest-Version"] = "1.0"
}
}