Skip to content

Commit

Permalink
build: remove unused GSON
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed Mar 9, 2024
1 parent 9d750e3 commit 76102b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion OPEN_SOURCE_SOFTWARE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Skytils would not be possible without the following open source software:
| [Apache Commons Lang](https://github.com/apache/commons-lang) | [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) |
| [awt-color-factory](https://github.com/beryx/awt-color-factory) | [GPL 2.0 with Classpath exception](https://github.com/beryx/awt-color-factory/blob/master/LICENSE#L347-L357) |
| [Danker's Skyblock Mod](https://github.com/bowser0000/SkyblockMod/) | [GPL 3.0](https://www.gnu.org/licenses/gpl-3.0-standalone.html) |
| [GSON](https://github.com/google/gson) | [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) |
| [Minecraft Forge](https://github.com/MinecraftForge/MinecraftForge/tree/1.8.9) | [Minecraft Forge License](https://github.com/MinecraftForge/MinecraftForge/blob/1.8.9/MinecraftForge-License.txt) |
| [Not Enough Updates](https://github.com/Moulberry/NotEnoughUpdates/) | [Creative Commons Public License](https://creativecommons.org/licenses/by-nc/3.0/) |
| [Skyblock Addons](https://github.com/BiscuitDevelopment/SkyblockAddons) | [MIT License](https://choosealicense.com/licenses/mit/) |
Expand Down
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ dependencies {
shadowMe(platform(ktor("bom", "2.3.9", addSuffix = false)))

shadowMe(ktor("serialization-kotlinx-json"))
shadowMe(ktor("serialization-gson"))

shadowMe("org.jetbrains.kotlinx:kotlinx-serialization-json") {
version {
Expand Down Expand Up @@ -201,7 +200,6 @@ tasks {
relocate("io.ktor", "gg.skytils.ktor")
relocate("kotlinx.serialization", "gg.skytils.ktx-serialization")
relocate("kotlinx.coroutines", "gg.skytils.ktx-coroutines")
relocate("com.google.gson", "gg.skytils.gson")

exclude(
"**/LICENSE.md",
Expand Down

0 comments on commit 76102b6

Please sign in to comment.