mirror of
https://github.com/devproje/px32-bot.git
synced 2024-11-26 10:43:05 +00:00
14 lines
159 B
Text
14 lines
159 B
Text
|
plugins {
|
||
|
id("java")
|
||
|
}
|
||
|
|
||
|
group = rootProject.group
|
||
|
version = rootProject.version
|
||
|
|
||
|
repositories {
|
||
|
mavenCentral()
|
||
|
}
|
||
|
|
||
|
tasks.test {
|
||
|
useJUnitPlatform()
|
||
|
}
|