plugins { id 'java' } group = 'eu.mhsl.craftattack.worldmuseum' version = '1.0-SNAPSHOT' repositories { mavenCentral() maven { url 'https://jitpack.io' } } dependencies { testImplementation platform('org.junit:junit-bom:5.9.1') testImplementation 'org.junit.jupiter:junit-jupiter' implementation 'com.github.Minestom:Minestom:8ad2c7701f' } test { useJUnitPlatform() }