release: 发布 1.3.1
This commit is contained in:
+1
-2
@@ -10,7 +10,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = 'cn.infstar'
|
||||
def pluginVersion = providers.gradleProperty('pluginVersion').orElse('1.3.0').get()
|
||||
def pluginVersion = providers.gradleProperty('pluginVersion').orElse('1.3.1').get()
|
||||
version = pluginVersion
|
||||
|
||||
repositories {
|
||||
@@ -23,7 +23,6 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
paperweight.paperDevBundle('1.21.11-R0.1-SNAPSHOT')
|
||||
compileOnly 'net.luckperms:api:5.5'
|
||||
implementation 'com.google.code.gson:gson:2.11.0'
|
||||
testImplementation platform('org.junit:junit-bom:5.13.4')
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter'
|
||||
|
||||
Reference in New Issue
Block a user