RoMote: fix 1.0.8 (9)
Maven 3.0.5 requires -f option argument to be a file, not a directory.
This commit is contained in:
parent
2cd278ba9a
commit
f6bc9fe119
|
|
@ -23,7 +23,7 @@ Build:1.0.8,9
|
||||||
subdir=app
|
subdir=app
|
||||||
submodules=yes
|
submodules=yes
|
||||||
gradle=yes
|
gradle=yes
|
||||||
prebuild=$$MVN3$$ install -f ../Jaku -Dmaven.test.skip=true
|
prebuild=$$MVN3$$ install -f ../Jaku/pom.xml -Dmaven.test.skip=true
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue