From b9a6f1124534998f17cc0c98ea0ceb75038ecabf Mon Sep 17 00:00:00 2001 From: dfsek Date: Wed, 17 Nov 2021 09:22:45 -0700 Subject: [PATCH] bootstrap addon dumping --- common/addons/manifest-addon-loader/build.gradle.kts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/addons/manifest-addon-loader/build.gradle.kts b/common/addons/manifest-addon-loader/build.gradle.kts index 5f42f3535..24299ea82 100644 --- a/common/addons/manifest-addon-loader/build.gradle.kts +++ b/common/addons/manifest-addon-loader/build.gradle.kts @@ -7,4 +7,6 @@ tasks.withType() { manifest { attributes("Bootstrap-Addon-Entry-Point" to "com.dfsek.terra.addons.manifest.impl.ManifestAddonLoader") } -} \ No newline at end of file +} + +project.extra.set("bootstrap", true) \ No newline at end of file