mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-05 17:07:06 +02:00
added glare's fancy pants dev string to ver
This commit is contained in:
@@ -8,7 +8,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group "me.clip"
|
group "me.clip"
|
||||||
version "2.11.1"
|
version "2.11.1-DEV-${System.getProperty("BUILD_NUMBER")}"
|
||||||
|
|
||||||
description "An awesome placeholder provider!"
|
description "An awesome placeholder provider!"
|
||||||
|
|
||||||
@@ -32,7 +32,7 @@ dependencies {
|
|||||||
testImplementation "org.openjdk.jmh:jmh-core:1.32"
|
testImplementation "org.openjdk.jmh:jmh-core:1.32"
|
||||||
testImplementation "org.openjdk.jmh:jmh-generator-annprocess:1.32"
|
testImplementation "org.openjdk.jmh:jmh-generator-annprocess:1.32"
|
||||||
|
|
||||||
testImplementation "org.junit.jupiter:junit-jupiter-engine:5.8.1"
|
testImplementation "org.junit.jupiter:junit-jupiter-engine:5.8.2"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.1"
|
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user