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

Configure maven central snapshot versions for the Godot Android library

A snapshot version is a version that has not yet been released which allows us to deploy the same transient version incrementally, without requiring projects to upgrade the artifact version they're consuming. Those projects can use the same version to get an updated snapshot version.
This commit is contained in:
Fredia Huya-Kouadio
2023-03-05 22:26:19 -08:00
parent ad9302bafc
commit a5fdc95515
3 changed files with 10 additions and 1 deletions

View File

@@ -4,7 +4,6 @@ plugins {
}
ext {
PUBLISH_VERSION = getGodotPublishVersion()
PUBLISH_ARTIFACT_ID = 'godot'
}