Skip to content

Commit

Permalink
!release
Browse files Browse the repository at this point in the history
**Totally reworked whole project**.
Added compatibility for **Minecraft 1.21**.
Added [wiki](https://github.com/Fulminazzo/YAGL/wiki) for both **server admins** and **developers**.
Added several **modules** and **submodules** with proper documentation.
Added several automatic **Github actions**.
Renamed artifacts with _lowercase_ names: now the project will be accessible from the [Fulminazzo repository](https://repo.fulminazzo.it/#/releases) as `it.fulminazzo:yagl`.
Renamed packages to `it.fulminazzo`.
Reworked [README.md](https://github.com/Fulminazzo/YAGL).
Updated [JBukkit library](https://github.com/Fulminazzo/JBukkit).
  • Loading branch information
fulminazzo committed Jan 9, 2025
1 parent cd4cbf6 commit 03c0719
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ allprojects {
dependencies {
constraints {
implementation(libs.fulmicollection) {
version {
reject '1.7', '1.6.6', '1.6.5', '1.6.4'
}
because 'newer versions have unresolved bugs'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ delombok = "8.11"
groovy = "4.0.24"

# Latest versions
fulmicollection = "1.6.1"
fulmicollection = "1.6.3"
yamlparser = "latest.release"

spigot = "1.14-R0.1-SNAPSHOT"
Expand Down

0 comments on commit 03c0719

Please sign in to comment.