CoreProtect v20.2 release
This commit is contained in:
parent
f0779d288c
commit
a5d063dced
2 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = 'net.coreprotect'
|
group = 'net.coreprotect'
|
||||||
String projectVersion = '20.1'
|
String projectVersion = '20.2'
|
||||||
String projectBranch = ''
|
String projectBranch = ''
|
||||||
version = projectVersion // `version` might be modified, we don't always want that (e.g. plugin.yml)
|
version = projectVersion // `version` might be modified, we don't always want that (e.g. plugin.yml)
|
||||||
description = 'Provides block protection for your server.'
|
description = 'Provides block protection for your server.'
|
||||||
|
|
@ -36,7 +36,7 @@ dependencies {
|
||||||
exclude group: 'org.bukkit'
|
exclude group: 'org.bukkit'
|
||||||
}
|
}
|
||||||
compileOnly 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT'
|
compileOnly 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT'
|
||||||
implementation 'org.bstats:bstats-bukkit-lite:1.7'
|
implementation 'org.bstats:bstats-bukkit-lite:1.8'
|
||||||
implementation 'com.zaxxer:HikariCP:4.0.3'
|
implementation 'com.zaxxer:HikariCP:4.0.3'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -2,7 +2,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>net.coreprotect</groupId>
|
<groupId>net.coreprotect</groupId>
|
||||||
<artifactId>CoreProtect</artifactId>
|
<artifactId>CoreProtect</artifactId>
|
||||||
<version>20.1</version>
|
<version>20.2</version>
|
||||||
<properties>
|
<properties>
|
||||||
<project.branch></project.branch>
|
<project.branch></project.branch>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue