mirror of
https://github.com/vanitasvitae/OmemoQRCodeGenerator.git
synced 2024-11-23 04: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
|
||||
*/build/
|
||||
|
||||
|
||||
out/
|
||||
|
||||
/.classpath
|
||||
/.project
|
||||
/.settings/
|
||||
/bin/
|
||||
|
|
|
@ -15,6 +15,7 @@ buildscript {
|
|||
}
|
||||
|
||||
allprojects {
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'javafx-gradle-plugin'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue