fix: pushed hotfix for file storage
This commit is contained in:
parent
7097e56a6d
commit
81b66b6110
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue