diff options
| author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-12-18 22:39:39 +0000 |
|---|---|---|
| committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-12-18 22:39:39 +0000 |
| commit | 3f621510092078d8b7de66d29661f1a779b326b5 (patch) | |
| tree | 15717978b5fe68d5838d26f8bf1e71d33c19d89e /.project | |
| parent | 4c61569581179dd0f924b7594871d15c9f1a564d (diff) | |
| download | GT5-Unofficial-3f621510092078d8b7de66d29661f1a779b326b5.tar.gz GT5-Unofficial-3f621510092078d8b7de66d29661f1a779b326b5.tar.bz2 GT5-Unofficial-3f621510092078d8b7de66d29661f1a779b326b5.zip | |
+ Added a new Build Script.
- Removed all libraries found via Maven.
$ Fixed Minor Crash.
Diffstat (limited to '.project')
| -rw-r--r-- | .project | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11,6 +11,11 @@ </arguments> </buildCommand> <buildCommand> + <name>org.eclipse.buildship.core.gradleprojectbuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> <name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name> <arguments> </arguments> @@ -19,5 +24,6 @@ <natures> <nature>org.eclipse.jdt.core.javanature</nature> <nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature> + <nature>org.eclipse.buildship.core.gradleprojectnature</nature> </natures> </projectDescription> |
