0
This repository has been archived on 2024-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
BungeeBans/build.gradle

17 lines
217 B
Groovy
Raw Normal View History

2019-04-07 10:37:19 +02:00
plugins {
id 'java'
}
group 'com.redstoner'
version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}