Uploaded image for project: 'Realm Kotlin'
  1. Realm Kotlin
  2. RKOTLIN-79

Correctly release Plugin Marker Artifact for the Realm Kotlin Plugin

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • None
    • Affects Version/s: None
    • Component/s: None
    • None

      https://docs.gradle.org/current/userguide/plugins.html#sec:plugin_markers

      Right now we are running to

      > java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.io.IOException: Failed to deploy file. Status code: 403 Response message: Artifactory returned the following errors:
        User realm is not permitted to deploy 'realm-kotlin/realm-kotlin.gradle.plugin/0.0.1-SNAPSHOT/realm-kotlin.gradle.plugin-0.0.1-SNAPSHOT.pom' into 'oss-snapshot-local:realm-kotlin/realm-kotlin.gradle.plugin/0.0.1-SNAPSHOT/realm-kotlin.gradle.plugin-0.0.1-SNAPSHOT.pom'. Status code: 403
      

      So most likely we just need to create a proper maven package on Bintray and also add this to the gradle-plugin module:

          ojo {
              // See https://docs.gradle.org/current/userguide/plugins.html#sec:plugin_markers
              publications = arrayOf(mavenPublicationName, "RealmPluginPluginMarkerMaven")
          }
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            unitosyncbot Unito Sync Bot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: