mirror of
https://github.com/vanitasvitae/OmemoQRCodeGenerator.git
synced 2024-11-27 06:42:07 +01:00
Add 'eclipse' plugin to build.gradle
This commit is contained in:
parent
e96cb64406
commit
bb7e1fff69
2 changed files with 7 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -5,4 +5,10 @@
|
||||||
*/out
|
*/out
|
||||||
*/build/
|
*/build/
|
||||||
|
|
||||||
|
|
||||||
out/
|
out/
|
||||||
|
|
||||||
|
/.classpath
|
||||||
|
/.project
|
||||||
|
/.settings/
|
||||||
|
/bin/
|
||||||
|
|
|
@ -15,6 +15,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
apply plugin: 'eclipse'
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'javafx-gradle-plugin'
|
apply plugin: 'javafx-gradle-plugin'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue