mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-03-14 18:06:34 -04:00
Enable Gradle Eclipse project metadata generation
This commit applies the 'eclipse' Gradle plugin, such that .classpath, .project and .settings files can be generated using: ./gradlew eclipse Once the above is complete, import the project into Eclipse with the following command: File->Import->Existing projects into workspace The .gitignore file has been updated accordingly. Resolves #222
This commit is contained in:
parent
5f53fea190
commit
f135873f58
3
.gitignore
vendored
3
.gitignore
vendored
@ -15,3 +15,6 @@ bitsquare.iml
|
||||
.DS_Store
|
||||
.gradle
|
||||
build
|
||||
.classpath
|
||||
.project
|
||||
.settings
|
||||
|
@ -1,4 +1,5 @@
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
version = '0.1.0-SNAPSHOT'
|
||||
sourceCompatibility = 1.8
|
||||
|
Loading…
x
Reference in New Issue
Block a user