diff options
author | makamys <makamys@outlook.com> | 2023-11-25 19:03:32 +0100 |
---|---|---|
committer | makamys <makamys@outlook.com> | 2023-11-25 19:03:32 +0100 |
commit | a563c236f49b0c1632de4a87b0ffddb51a5e0a1f (patch) | |
tree | 475f002614a1260ee3ff90856d634420afc0028b /project.gradle | |
parent | fc1f6948de798220b63e995c82fcf7717f66b344 (diff) | |
download | Neodymium-a563c236f49b0c1632de4a87b0ffddb51a5e0a1f.tar.gz Neodymium-a563c236f49b0c1632de4a87b0ffddb51a5e0a1f.tar.bz2 Neodymium-a563c236f49b0c1632de4a87b0ffddb51a5e0a1f.zip |
Move RSA exclusion to buildscript dir since it's not project-specific
Follow-up to https://github.com/makamys/Neodymium/pull/34
Diffstat (limited to 'project.gradle')
-rw-r--r-- | project.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/project.gradle b/project.gradle index 79d43ce..271901b 100644 --- a/project.gradle +++ b/project.gradle @@ -7,7 +7,6 @@ jar { 'FMLAT': "neodymium_at.cfg" ) } - exclude("META-INF/**.RSA") } repositories { |