mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Add redundant leading slash to ANDROID_HOME path
This commit is contained in:
parent
7eae23f659
commit
ce98de83bd
3
pom.xml
3
pom.xml
|
@ -722,7 +722,8 @@
|
|||
<artifactId>android</artifactId>
|
||||
<version>${android.platform}</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${env.ANDROID_HOME}/platforms/android-${android.platform}/android.jar</systemPath>
|
||||
<!-- ANDROID_HOME must be absolute, but redundant leading / may help Gradle Spring Boot plugin -->
|
||||
<systemPath>/${env.ANDROID_HOME}/platforms/android-${android.platform}/android.jar</systemPath>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
|
Loading…
Reference in a new issue