mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-19 14:59:25 +00:00
prepare for 1.21
This commit is contained in:
@@ -37,7 +37,7 @@ All other files are licensed under MIT.
|
||||
[](https://bstats.org/plugin/server-implementation/DivineMC)
|
||||
|
||||
## API
|
||||
### [Javadoc](https://repo.bx-team.space/javadoc/snapshots/space/bxteam/divinemc/divinemc-api/1.20.6-R0.1-SNAPSHOT)
|
||||
### [Javadoc](https://repo.bx-team.space/javadoc/snapshots/space/bxteam/divinemc/divinemc-api/1.21-R0.1-SNAPSHOT)
|
||||
|
||||
### Dependency Information
|
||||
|
||||
@@ -52,7 +52,7 @@ All other files are licensed under MIT.
|
||||
<dependency>
|
||||
<groupId>space.bxteam.divinemc</groupId>
|
||||
<artifactId>divinemc-api</artifactId>
|
||||
<version>1.20.6-R0.1-SNAPSHOT</version>
|
||||
<version>1.21-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
```
|
||||
@@ -65,7 +65,7 @@ repositories {
|
||||
```
|
||||
```groovy
|
||||
dependencies {
|
||||
compileOnly("space.bxteam.divinemc:divinemc-api:1.20.6-R0.1-SNAPSHOT")
|
||||
compileOnly("space.bxteam.divinemc:divinemc-api:1.21-R0.1-SNAPSHOT")
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
group = space.bxteam.divinemc
|
||||
|
||||
mcVersion = 1.20.6
|
||||
version = 1.20.6-R0.1-SNAPSHOT
|
||||
mcVersion = 1.21
|
||||
version = 1.21-R0.1-SNAPSHOT
|
||||
purpurRef = f1c87e4fee9a8e7d513f9e284d402a21fd73ec3a
|
||||
|
||||
org.gradle.caching = true
|
||||
|
||||
Reference in New Issue
Block a user