mirror of
https://github.com/SimplexDevelopment/Polarize.git
synced 2025-01-09 19:57:37 +00:00
10 lines
115 B
Groovy
10 lines
115 B
Groovy
|
plugins {
|
||
|
id 'java'
|
||
|
}
|
||
|
|
||
|
group = 'io.github.simplexdev'
|
||
|
version = '1.0-SNAPSHOT'
|
||
|
|
||
|
test {
|
||
|
useJUnitPlatform()
|
||
|
}
|