fix: pushed hotfix for file storage

This commit is contained in:
ineanto 2024-05-04 16:08:51 +02:00
parent 7097e56a6d
commit 81b66b6110
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
1.1.7-RC1: Hotfix n°5 (04/05/24)
[OTHER]
- Restored download link again on spigotmc.org
1.1.6-RC1: Update n°11 (04/05/24) 1.1.6-RC1: Update n°11 (04/05/24)
[FEATURES] [FEATURES]
- Update dependencies in preparation to the 1.20.5 update - Update dependencies in preparation to the 1.20.5 update

View file

@ -5,7 +5,7 @@ plugins {
} }
group = "xyz.ineanto" group = "xyz.ineanto"
version = "1.1.6-RC1" version = "1.1.7-RC1"
val shadowImplementation: Configuration by configurations.creating val shadowImplementation: Configuration by configurations.creating
configurations["implementation"].extendsFrom(shadowImplementation) configurations["implementation"].extendsFrom(shadowImplementation)