|
@@ -19,7 +19,55 @@ afterEvaluate {
|
|
// Mostly self-explanatory metadata
|
|
// Mostly self-explanatory metadata
|
|
pom {
|
|
pom {
|
|
name = PUBLISH_ARTIFACT_ID
|
|
name = PUBLISH_ARTIFACT_ID
|
|
- description = 'Godot Engine Android Library'
|
|
|
|
|
|
+ description = 'Godot Engine Android Library - Template Build'
|
|
|
|
+ url = 'https://godotengine.org/'
|
|
|
|
+ licenses {
|
|
|
|
+ license {
|
|
|
|
+ name = 'MIT License'
|
|
|
|
+ url = 'https://github.com/godotengine/godot/blob/master/LICENSE.txt'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ developers {
|
|
|
|
+ developer {
|
|
|
|
+ id = 'm4gr3d'
|
|
|
|
+ name = 'Fredia Huya-Kouadio'
|
|
|
|
+ email = '[email protected]'
|
|
|
|
+ }
|
|
|
|
+ developer {
|
|
|
|
+ id = 'reduz'
|
|
|
|
+ name = 'Juan Linietsky'
|
|
|
|
+ email = '[email protected]'
|
|
|
|
+ }
|
|
|
|
+ developer {
|
|
|
|
+ id = 'akien-mga'
|
|
|
|
+ name = 'Rémi Verschelde'
|
|
|
|
+ email = '[email protected]'
|
|
|
|
+ }
|
|
|
|
+ // Add all other devs here...
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // Version control info - if you're using GitHub, follow the
|
|
|
|
+ // format as seen here
|
|
|
|
+ scm {
|
|
|
|
+ connection = 'scm:git:github.com/godotengine/godot.git'
|
|
|
|
+ developerConnection = 'scm:git:ssh://github.com/godotengine/godot.git'
|
|
|
|
+ url = 'https://github.com/godotengine/godot/tree/master'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ toolsRelease(MavenPublication) {
|
|
|
|
+ from components.editorRelease
|
|
|
|
+
|
|
|
|
+ // The coordinates of the library, being set from variables that
|
|
|
|
+ // we'll set up later
|
|
|
|
+ groupId ossrhGroupId
|
|
|
|
+ artifactId TOOLS_PUBLISH_ARTIFACT_ID
|
|
|
|
+ version PUBLISH_VERSION
|
|
|
|
+
|
|
|
|
+ // Mostly self-explanatory metadata
|
|
|
|
+ pom {
|
|
|
|
+ name = TOOLS_PUBLISH_ARTIFACT_ID
|
|
|
|
+ description = 'Godot Engine Tools Android Library - Editor Build'
|
|
url = 'https://godotengine.org/'
|
|
url = 'https://godotengine.org/'
|
|
licenses {
|
|
licenses {
|
|
license {
|
|
license {
|