mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-04 08:59:47 +01:00
Removed the .gradle folder from the repo, it was bugging me
This commit is contained in:
parent
d45dba67cb
commit
1ce661847d
2
.gitignore
vendored
2
.gitignore
vendored
@ -19,7 +19,7 @@ target/
|
||||
build
|
||||
libs
|
||||
dist
|
||||
|
||||
.gradle
|
||||
|
||||
# External tool builders
|
||||
.externalToolBuilders/
|
||||
|
@ -1 +0,0 @@
|
||||
#Thu Feb 26 11:28:25 EST 2015
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user