Removed the .gradle folder from the repo, it was bugging me

This commit is contained in:
NavidK0 2015-03-31 05:39:34 -04:00
parent d45dba67cb
commit 1ce661847d
8 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@ -19,7 +19,7 @@ target/
build
libs
dist
.gradle
# External tool builders
.externalToolBuilders/

View File

@ -1 +0,0 @@
#Thu Feb 26 11:28:25 EST 2015

View File

@ -1,5 +1,7 @@
apply plugin: 'java'
println 'Compiling LibsDisguises via Gradle ver. ' + gradle.gradleVersion
sourceCompatibility = '1.7'
ext.spigotVersion = '1.8.3-R0.1-SNAPSHOT'