Skip to content

Commit

Permalink
feat: pass in tempPlugin flag during plugin build (#5691)
Browse files Browse the repository at this point in the history
allows gradle scripts to know when they are building as a `tempPlugin`
  • Loading branch information
farfromrefug authored Sep 24, 2022
1 parent 3dc0323 commit 645e9ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/services/android-plugin-build-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,7 @@ export class AndroidPluginBuildService implements IAndroidPluginBuildService {
"-p",
pluginBuildSettings.pluginDir,
"assembleRelease",
`-PtempBuild=true`,
`-PcompileSdk=android-${pluginBuildSettings.androidToolsInfo.compileSdkVersion}`,
`-PbuildToolsVersion=${pluginBuildSettings.androidToolsInfo.buildToolsVersion}`,
`-PappPath=${this.$projectData.getAppDirectoryPath()}`,
Expand Down

0 comments on commit 645e9ea

Please sign in to comment.