mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-19 14:59:25 +00:00
update paperweight and README version
This commit is contained in:
@@ -53,7 +53,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.8-R0.1-SNAPSHOT</version>
|
<version>1.21.10-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
@@ -66,11 +66,11 @@ repositories {
|
|||||||
```
|
```
|
||||||
```kotlin
|
```kotlin
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("org.bxteam.divinemc:divinemc-api:1.21.8-R0.1-SNAPSHOT")
|
compileOnly("org.bxteam.divinemc:divinemc-api:1.21.10-R0.1-SNAPSHOT")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
We also have a [Javadoc](https://repo.bxteam.org/javadoc/snapshots/org/bxteam/divinemc/divinemc-api/1.21.8-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.10-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).
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
java
|
java
|
||||||
id("io.papermc.paperweight.patcher") version "2.0.0-beta.18"
|
id("io.papermc.paperweight.patcher") version "2.0.0-beta.19"
|
||||||
}
|
}
|
||||||
|
|
||||||
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
|
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
|
||||||
|
|||||||
Reference in New Issue
Block a user