mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-23 16:49:10 +00:00
12 lines
261 B
Plaintext
12 lines
261 B
Plaintext
plugins {
|
|
id("me.champeau.jmh") version "0.6.6"
|
|
}
|
|
|
|
version = version("0.1.0")
|
|
|
|
dependencies {
|
|
shadedApi(project(":common:addons:manifest-addon-loader"))
|
|
jmh("org.openjdk.jmh:jmh-core:1.35")
|
|
jmh("org.openjdk.jmh:jmh-generator-annprocess:1.35")
|
|
}
|