Commit Graph

14 Commits

Author SHA1 Message Date
Oliver
c08a87a1c3 common: Add PluginMiddleware for logging 2025-09-01 21:55:13 +02:00
Oliver
001c903cbf Update logger to 0.0.7 everywhere 2025-08-30 15:05:36 +02:00
Oliver
c65f8c03bf Update FA sdk 2025-08-30 14:27:59 +02:00
dependabot[bot]
6c0ad6f917 chore(deps): bump com.google.code.gson:gson from 2.13.0 to 2.13.1 (#35)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.13.0...gson-parent-2.13.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-24 14:17:43 +02:00
Oliver
acb9b6f717 Rebranding (#36)
* Update branding in docs

* Update branding in README.md

* Update branding in plugin READMEs

* Update branding in plugins

* Update branding in libraries

* Update branding in the remaining places

* Add CONTRIBUTING.md and LICENSE files

* More branding in docs
2025-04-24 14:12:32 +02:00
dependabot[bot]
2f331cd49f chore(deps): bump com.google.code.gson:gson from 2.12.1 to 2.13.0 (#30)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.12.1 to 2.13.0.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.12.1...gson-parent-2.13.0)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-17 16:37:49 +02:00
dependabot[bot]
79b686cf09 chore(deps): bump dev.masecla:Modrinth4J from 2.0.0 to 2.2.0 (#21)
Bumps [dev.masecla:Modrinth4J](https://github.com/masecla22/Modrinth4J) from 2.0.0 to 2.2.0.
- [Commits](https://github.com/masecla22/Modrinth4J/commits)

---
updated-dependencies:
- dependency-name: dev.masecla:Modrinth4J
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-01 19:55:18 +02:00
Oliver
84adb42dca deployment: update ModrinthService to use Modrinth4J API and improve version deployment 2025-03-29 21:49:25 +01:00
dependabot[bot]
12dc04fe39 chore(deps): bump com.google.code.gson:gson from 2.11.0 to 2.12.1
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.12.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.11.0...gson-parent-2.12.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-15 16:04:18 +01:00
Oliver
2c66027e65 ci: downgrade Java version from 23 to 21 in build configuration 2025-03-15 15:15:35 +01:00
Oliver
4895bbe44c deployment: remove unused imports and clean up test configuration 2025-03-15 15:08:15 +01:00
Oliver
8c773581e4 deployment: remove unneeded dependencies 2025-03-15 15:05:02 +01:00
Oliver
2184291060 deployment: Add Modrinth deployment functionality 2025-03-15 13:55:53 +01:00
Oliver
3a9bf95d77 Add deployment tool 2025-03-15 13:40:49 +01:00