3.5-beta.5

Update gradle wrapper
Fix current_prestige and next_prestige placeholders
This commit is contained in:
okx-code
2019-04-15 22:28:38 +01:00
parent 6ee799609c
commit e4ffa0425f
19 changed files with 76 additions and 47 deletions
+4 -3
View File
@@ -1,14 +1,12 @@
plugins {
id 'java'
id 'io.franzbecker.gradle-lombok' version '1.14'
}
group 'sh.okx'
version '3.5-beta.2'
version '3.5-beta.5'
repositories {
mavenCentral()
jcenter()
mavenLocal()
maven {
url 'http://nexus.hc.to/content/repositories/pub_releases'
@@ -28,6 +26,9 @@ repositories {
}
dependencies {
compileOnly 'org.projectlombok:lombok:1.18.6'
annotationProcessor 'org.projectlombok:lombok:1.18.6'
testCompile group: 'junit', name: 'junit', version: '4.12'
compile 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'