mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-03-11 22:29:46 +01:00
Release 2.19.6
This commit is contained in:
parent
f379323d7a
commit
8f7b7d0a5f
@ -76,8 +76,8 @@ To add EssentialsX to your build system, you should use the following artifacts:
|
|||||||
|
|
||||||
| Type | Group ID | Artifact ID | Version |
|
| Type | Group ID | Artifact ID | Version |
|
||||||
|:---------------|:------------------|:--------------|:------------------|
|
|:---------------|:------------------|:--------------|:------------------|
|
||||||
| Latest release | `net.essentialsx` | `EssentialsX` | `2.19.5` |
|
| Latest release | `net.essentialsx` | `EssentialsX` | `2.19.6` |
|
||||||
| Snapshots | `net.essentialsx` | `EssentialsX` | `2.19.5-SNAPSHOT` |
|
| Snapshots | `net.essentialsx` | `EssentialsX` | `2.19.6-SNAPSHOT` |
|
||||||
| Older releases | `net.ess3` | `EssentialsX` | `2.18.2` |
|
| Older releases | `net.ess3` | `EssentialsX` | `2.18.2` |
|
||||||
|
|
||||||
Note: until version `2.18.2`, EssentialsX used the `net.ess3` group ID.
|
Note: until version `2.18.2`, EssentialsX used the `net.ess3` group ID.
|
||||||
|
@ -3,7 +3,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "net.essentialsx"
|
group = "net.essentialsx"
|
||||||
version = "2.19.5"
|
version = "2.19.6"
|
||||||
|
|
||||||
project.ext {
|
project.ext {
|
||||||
GIT_COMMIT = !indraGit.isPresent() ? "unknown" : indraGit.commit().abbreviate(7).name()
|
GIT_COMMIT = !indraGit.isPresent() ? "unknown" : indraGit.commit().abbreviate(7).name()
|
||||||
|
Loading…
Reference in New Issue
Block a user