Add maven publishing configuration for Godot tools

The Godot Android library on MavenCentral is a `template` build; this updated configuration adds a new 'Godot Tools' publishing artifact, allowing developers access to the `editor` build of the Godot Android library.
This commit is contained in:
Fredia Huya-Kouadio
2025-03-30 19:01:12 -07:00
parent e585e6a3eb
commit 19700dacdf
3 changed files with 56 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ def templateExcludedBuildTask() {
// We exclude these gradle tasks so we can run the scons command manually.
def excludedTasks = []
if (excludeSconsBuildTasks()) {
logger.lifecycle("Excluding Android studio build tasks")
logger.info("Excluding Android studio build tasks")
for (String flavor : supportedFlavors) {
String[] supportedBuildTypes = supportedFlavorsBuildTypes[flavor]
for (String buildType : supportedBuildTypes) {
@@ -206,7 +206,7 @@ def generateBuildTasks(String flavor = "template", String edition = "standard",
}
}
} else {
logger.lifecycle("No native shared libs for target $target. Skipping build.")
logger.info("No native shared libs for target $target. Skipping build.")
}
}