Code Monkey home page Code Monkey logo

gradle-publish's Issues

SONATYPE_KEY是什么

不好意思,麻烦问一下,SONATYPE_KEY 这个是 GPG 的密码还是什么

引用脚本部分可以修改得更方便

可以修改为以下这个样子,就不用手动下载脚本了,gradle 会自动下载脚本的

apply from : "https://raw.githubusercontent.com/msdx/gradle-publish/master/bintray.gradle"

请教个问题

你好,现在bintray是收费吗?请问下现在您这边还有在使用吗?bintray使用过期后会怎么样?
image

不好用

按照上面配置,依然上传不上去

有报错信息

HTTP/1.1 404 Not Found [message:Repo 'maven' was not found

关于提交aar

你好,我的aar里面依赖了第三方aar,那么在其他项目里面依赖我push到jcenter的aar后,并没有关联上我aar里面依赖的第三方aar,请问这个需要怎么做?

关于同步到Maven Central

相关资料显示,在

bintray {
    pkg {
    ....
    }
}

内加入以下内容可以把发布到jcenter的项目同步到Maven Central:

        version {
            name = PROJ_VERSION
            desc = PROJ_DESCRIPTION
            gpg {
                sign = true    //是否GPG签名,可使用Gpg4win创建密钥文件
                passphrase = properties.getProperty("bintray.gpg.password")    //GPG签名所用密钥
            }
            mavenCentralSync {
                sync = true    //是否同步到Maven Central
                user = properties.getProperty("sonatype.user")    //sonatype用户名
                password = properties.getProperty("sonatype.password")    //sonatype密码
                close = '1'
            }
        }

经过不断尝试,发布时没能同步成功,显示以下错误:

* What went wrong:
Execution failed for task ':library:bintrayUpload'.
> Could not sync 'gzu-liyujiang/maven/AndroidPicker/1.0.3' to Maven Central: HTT
P/1.1 400 Bad Request [messages:[Failed to promote repository: central_bundles-6
031. Server response:
 <nexus-error>
  <errors>
    <error>
      <id>*</id>
      <msg>User &apos;liyujiang&apos; missing &apos;promote&apos; permission for
 staging profile: 7edbe315063867</msg>
    </error>
  </errors>
</nexus-error>, Dropping existing partial staging repository.], status:Sync Fail
ed]

您有研究过同步到Maven Central么,能不能指点下?不胜感谢!

无法发布

系统:windows 7
gradle : 2.10
android plugin 2.0.0-alpha6

日志如下:

D:\github\ClipImageView>gradlew bin
Parallel execution with configuration on demand is an incubating feature.
Incremental java compilation is an incubating feature.                                   
:clipimage:bintrayUpload                                                                   
Skipping upload for missing file 'D:\github\ClipImageView\clipimage\build\libs\clipimage-0.1-javadoc.jar'.
Skipping upload for missing file 'D:\github\ClipImageView\clipimage\build\libs\clipimage-0.1-sources.jar'.
Skipping upload for missing file 'D:\github\ClipImageView\clipimage\build\outputs\aar\clipimage-release.aar'.
Skipping upload for missing file 'D:\github\ClipImageView\clipimage\build\publications\mavenJava\pom-default.xml'.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.