1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Add a debug version for Godot's maven central artifact

This commit is contained in:
Fredia Huya-Kouadio
2025-07-17 17:17:40 -07:00
parent f92f1ce9c0
commit 2509b2f457
2 changed files with 57 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ plugins {
}
ext {
DEBUG_PUBLISH_ARTIFACT_ID = 'godot-debug'
PUBLISH_ARTIFACT_ID = 'godot'
TOOLS_PUBLISH_ARTIFACT_ID = 'godot-tools'
}
@@ -184,6 +185,10 @@ android {
}
publishing {
singleVariant("templateDebug") {
withSourcesJar()
withJavadocJar()
}
singleVariant("templateRelease") {
withSourcesJar()
withJavadocJar()