mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-20 12:54:37 -04:00
Merge pull request #46 from stevemyers/master
Updated maven javafx plugin so works with master and set git to ignore .log files.
This commit is contained in:
commit
016ec4fe85
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -9,3 +9,5 @@ bitsquare.iml
|
||||||
*.wallet
|
*.wallet
|
||||||
*.ser
|
*.ser
|
||||||
*.wallet
|
*.wallet
|
||||||
|
|
||||||
|
*.log
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -101,7 +101,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.twdata.maven</groupId>
|
<groupId>org.twdata.maven</groupId>
|
||||||
<artifactId>mojo-executor</artifactId>
|
<artifactId>mojo-executor</artifactId>
|
||||||
<version>2.0</version>
|
<version>2.1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue