Add 'eclipse' plugin to build.gradle

This commit is contained in:
Florian Schmaus 2018-11-08 09:19:02 +01:00
parent e96cb64406
commit bb7e1fff69
2 changed files with 7 additions and 0 deletions

View file

@ -15,6 +15,7 @@ buildscript {
}
allprojects {
apply plugin: 'eclipse'
apply plugin: 'java'
apply plugin: 'javafx-gradle-plugin'
}