Attempt to allow Eclipse to import the Gradle project.

This commit is contained in:
Andrew Steinborn
2019-03-28 21:46:45 -04:00
parent 2c5a6d0f67
commit 611a31b7bb
3 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.4'
}
}
plugins {
id 'java'
}