plugins { id 'java' } group = 'io.github.simplexdev' version = '1.0-SNAPSHOT' test { useJUnitPlatform() }