1
0
mirror of https://github.com/Minestom/Minestom.git synced 2025-03-19 01:59:15 +01:00
Minestom/build.gradle
2019-08-10 04:16:01 +02:00

20 lines
348 B
Groovy

plugins {
id 'java'
}
group 'fr.themode.minestom'
version '1.0'
sourceCompatibility = 1.8
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
implementation 'com.github.Adamaq01:ozao-net:2.3.1'
compile 'com.github.Querz:NBT:4.1'
}