Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for different build artefacts (default or "build-plugins") #203

Merged
merged 2 commits into from
Jul 19, 2021

Conversation

JCash
Copy link
Contributor

@JCash JCash commented Jul 18, 2021

No description provided.

@@ -107,7 +107,7 @@ public static void merge(Platform platform, File main, File output, List<File> l
System.exit(1);
}
if (!main.exists()) {
logger.log(Level.SEVERE, "You must specify a valid main manifest file: %s", main.getAbsolutePath());
logger.log(Level.SEVERE, String.format("You must specify a valid main manifest file: %s", main.getAbsolutePath()));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug fix

@@ -147,6 +149,7 @@

this.useJetifier = ExtenderUtil.getAppManifestBoolean(appManifest, platform, APPMANIFEST_JETIFIER_KEYWORD, true);
this.withSymbols = ExtenderUtil.getAppManifestContextBoolean(appManifest, APPMANIFEST_WITH_SYMBOLS_KEYWORD, true);
this.buildArtifacts = ExtenderUtil.getAppManifestContextString(appManifest, APPMANIFEST_BUILD_ARTIFACTS_KEYWORD, "");
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"" means default behavior: build engine, don't build plugins

@JCash JCash requested a review from britzl July 18, 2021 13:35
@JCash JCash merged commit 4352b70 into dev Jul 19, 2021
@JCash JCash deleted the issue-5725-editor-plugin-build branch July 19, 2021 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants