This repository was archived by the owner on Jun 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11[{
22 "mavenRepositoryType" : " Google" ,
33 "slnFile" : " generated/AndroidSupport.sln" ,
4+ "downloadExternalsWithFullName" : true ,
45 "additionalProjects" : [
56 " source/buildtasks/support-annotations/Support-Annotations-BuildTasks.csproj" ,
67 " source/buildtasks/support-annotations-tests/Support-Annotations-BuildTasks-Tests.csproj" ,
Original file line number Diff line number Diff line change 7373 <ItemGroup >
7474 @foreach ( var art in @Model .MavenArtifacts ) {
7575 if (art .MavenArtifactPackaging == " aar" ) {
76- < LibraryProjectZip Include = " ..\. .\e xternals\@ (art.MavenGroupId)\@ (art.MavenArtifactId).aar" / >
76+ < LibraryProjectZip Include = " ..\. .\e xternals\@ (art.MavenGroupId)\@ (art.MavenGroupId).@(art. MavenArtifactId).aar" / >
7777 }
7878 }
7979 </ItemGroup >
119119 Include = " ..\. .\e xternals\@ (art.MavenGroupId).@(art.MavenArtifactId)\l ibs\* .jar"
120120 / >
121121 } else {
122- < EmbeddedJar Include = " ..\. .\e xternals\@ (art.MavenGroupId)\@ (art.MavenArtifactId).jar" / >
122+ < EmbeddedJar Include = " ..\. .\e xternals\@ (art.MavenGroupId)\@ (art.MavenGroupId).@(art. MavenArtifactId).jar" / >
123123 }
124124 }
125125 < / ItemGroup >
You can’t perform that action at this time.
0 commit comments