Skip to content

Commit

Permalink
Add redundant leading slash to ANDROID_HOME path
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Nov 6, 2017
1 parent 7eae23f commit ce98de8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ce98de8

Please sign in to comment.