mirror of
https://github.com/PlaceholderAPI/Javascript-Expansion.git
synced 2025-05-23 18:42:44 +00:00
18 lines
276 B
Groovy
18 lines
276 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
group 'com.extendedclip.papi.expansion.javascript'
|
|
version '2.1.1-DEV'
|
|
|
|
sourceCompatibility = 1.8
|
|
targetCompatibility = 1.8
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
testImplementation group: 'junit', name: 'junit', version: '4.12'
|
|
}
|