9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-19 14:59:25 +00:00

init 1.21.5 update

This commit is contained in:
NONPLAYT
2025-03-26 21:39:05 +03:00
parent 7246aec0a9
commit be30832f74
3 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
name: DivineMC CI name: Build DivineMC 1.21.5
on: on:
push: push:

View File

@@ -57,7 +57,7 @@ For anything else you can refer to our [contribution guide](https://bxteam.org/d
<dependency> <dependency>
<groupId>org.bxteam.divinemc</groupId> <groupId>org.bxteam.divinemc</groupId>
<artifactId>divinemc-api</artifactId> <artifactId>divinemc-api</artifactId>
<version>1.21.4-R0.1-SNAPSHOT</version> <version>1.21.5-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
``` ```
@@ -70,11 +70,11 @@ repositories {
``` ```
```kotlin ```kotlin
dependencies { dependencies {
compileOnly("org.bxteam.divinemc:divinemc-api:1.21.4-R0.1-SNAPSHOT") compileOnly("org.bxteam.divinemc:divinemc-api:1.21.5-R0.1-SNAPSHOT")
} }
``` ```
We also have a [Javadoc](https://repo.bxteam.org/javadoc/snapshots/org/bxteam/divinemc/divinemc-api/1.21.4-R0.1-SNAPSHOT/raw/index.html) for the API. We also have a [Javadoc](https://repo.bxteam.org/javadoc/snapshots/org/bxteam/divinemc/divinemc-api/1.21.5-R0.1-SNAPSHOT/raw/index.html) for the API.
## ⚖️ License ## ⚖️ License
DivineMC is licensed under the GNU General Public License v3.0. You can find the license [here](LICENSE). DivineMC is licensed under the GNU General Public License v3.0. You can find the license [here](LICENSE).

View File

@@ -1,9 +1,9 @@
group = org.bxteam.divinemc group = org.bxteam.divinemc
version=1.21.4-R0.1-SNAPSHOT version=1.21.5-R0.1-SNAPSHOT
mcVersion=1.21.4 mcVersion=1.21.5
purpurRef=75efb975cea26d5bbc9f9850c5e85714ca9d9f5a purpurRef=f1e732aa3a02167f8eef3ba5c440000453e175d1
experimental=false experimental=true
org.gradle.configuration-cache=true org.gradle.configuration-cache=true
org.gradle.caching = true org.gradle.caching = true