You've already forked godot
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user