mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-02-05 15:55:28 +01:00
added google codestyle plugin
This commit is contained in:
parent
7d091f3cf4
commit
60a74258ec
@ -1,6 +1,7 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'com.github.johnrengelman.shadow' version '6.0.0'
|
||||
id 'com.github.sherter.google-java-format' version '0.9'
|
||||
}
|
||||
|
||||
group 'me.clip'
|
||||
@ -10,7 +11,9 @@ description 'PlaceholderAPI'
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenLocal()
|
||||
|
||||
maven {
|
||||
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user