mirror of
https://github.com/SimplexDevelopment/Polarize.git
synced 2024-12-22 20:37: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()
|
|
} |