mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-02-22 22:41:19 +01:00
Use 1.18-R0.1-SNAPSHOT
instead of 1.18
in NMS-v1_18_R1
module
This commit is contained in:
parent
6aa9178321
commit
d939489861
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
# Build remapped Spigot versions
|
||||
- uses: SpraxDev/Action-SpigotMC@v4
|
||||
with:
|
||||
versions: 1.18.2, 1.19, 1.19.2
|
||||
versions: 1.18, 1.18.2, 1.19, 1.19.2
|
||||
remapped: true
|
||||
|
||||
# Build project
|
||||
|
@ -35,7 +35,7 @@
|
||||
<dependency>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot</artifactId>
|
||||
<version>1.18</version>
|
||||
<version>1.18-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user