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

Merge pull request #74470 from m4gr3d/configure_snapshot_publish_version_main

Configure maven central snapshot versions for the Godot Android library
This commit is contained in:
Rémi Verschelde
2023-03-06 10:53:46 +01:00
3 changed files with 10 additions and 1 deletions

View File

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