BlueMapAPI/build.gradle

20 lines
250 B
Groovy
Raw Normal View History

2020-04-09 22:08:05 +02:00
plugins {
id 'java'
}
repositories {
jcenter()
mavenCentral()
maven {
url 'https://jitpack.io'
}
}
2020-04-10 14:55:08 +02:00
dependencies {
compile 'com.flowpowered:flow-math:1.0.3'
}
2020-04-09 22:08:05 +02:00
apply plugin: 'java'
group = 'de.bluecolored.bluemap.api'
version = apiVersion