Skip to content

Update dependencies#36

Open
sardidefcon wants to merge 2 commits intoMatt-MX:masterfrom
sardidefcon:master
Open

Update dependencies#36
sardidefcon wants to merge 2 commits intoMatt-MX:masterfrom
sardidefcon:master

Conversation

@sardidefcon
Copy link

In order for the plugin to run on version 1.21.11, it was necessary to update several dependencies.
Two files were modified:

1. gradle/libs.versions.toml
Changes:

  • New version: snakeyaml = "1.33" (in the [versions] section, after yaml = "1.7.2")
  • New library: snakeyaml = { module = "org.yaml:snakeyaml", version.ref = "snakeyaml" } (in [libraries], after storage-yaml)

2. build.gradle.kts
Changes:

  • In dependencies: added implementation(libs.snakeyaml) and in implementation(libs.storage.yaml): exclude(group = "org.yaml", module = "snakeyaml").
  • In the shadowJar block: added relocate("org.yaml.snakeyaml", "com.mattmx.reconnect.lib.org.yaml.snakeyaml").

- In dependencies: added implementation(libs.snakeyaml) and in implementation(libs.storage.yaml) an exclude(group = "org.yaml", module = "snakeyaml").
- In shadowJar block: added relocate("org.yaml.snakeyaml", "com.mattmx.reconnect.lib.org.yaml.snakeyaml").
- New version: snakeyaml = "1.33" (in the [versions] section, after yaml = "1.7.2").
- New library: snakeyaml = { module = "org.yaml:snakeyaml", version.ref = "snakeyaml" } (in [libraries], after storage-yaml).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant