added google codestyle plugin

This commit is contained in:
Sxtanna 2020-07-24 08:26:20 -04:00
parent 7d091f3cf4
commit 60a74258ec
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
plugins { plugins {
id 'java' id 'java'
id 'com.github.johnrengelman.shadow' version '6.0.0' id 'com.github.johnrengelman.shadow' version '6.0.0'
id 'com.github.sherter.google-java-format' version '0.9'
} }
group 'me.clip' group 'me.clip'
@ -10,7 +11,9 @@ description 'PlaceholderAPI'
sourceCompatibility = JavaVersion.VERSION_1_8 sourceCompatibility = JavaVersion.VERSION_1_8
repositories { repositories {
jcenter()
mavenLocal() mavenLocal()
maven { maven {
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
} }