Giter Club home page Giter Club logo

Comments (12)

bingoogolapple avatar bingoogolapple commented on July 22, 2024 3

run 「gradle clean build bintrayUpload」 from the command line in a terminal, but still have the same issue

:library:bintrayUpload
Skipping upload for missing file '/Users/sdf/Desktop/BintrayRelease/library/build/libs/library-sources.jar'.
Skipping upload for missing file '/Users/sdf/Desktop/BintrayRelease/library/build/libs/library-javadoc.jar'.
Skipping upload for missing file '/Users/sdf/Desktop/BintrayRelease/library/build/publications/maven/pom-default.xml'.

BUILD SUCCESSFUL

bintray-release.gradle

apply plugin: 'com.novoda.bintray-release'

def getBintrayUserProperty() {
    return hasProperty('BINTRAY_USER') ? BINTRAY_USER : ""
}

def getBintrayApiKeyProperty() {
    return hasProperty('BINTRAY_APIKEY') ? BINTRAY_APIKEY : ""
}

publish {
    bintrayUser = getBintrayUserProperty()
    bintrayKey = getBintrayApiKeyProperty()
    userOrg = 'bingoogolapple'
    groupId = 'cn.bingoogolapple'
    artifactId = PUBLISH_AAR_ARTIFACT_ID
    publishVersion = VERSION_NAME
    desc = PUBLISH_AAR_DESCRIPTION
    website = "https://github.com/bingoogolapple/${PUBLISH_AAR_GITHUB_REPOSITORIES_NAME}"
    dryRun = false
}

from bintray-release.

bingoogolapple avatar bingoogolapple commented on July 22, 2024

Calling the bintrayUpload task from Android Studio (v2.0.0-preview) seems that some files are not generated.

:library:bintrayUpload
Skipping upload for missing file '...-sources.jar'.
Skipping upload for missing file '...-javadoc.jar'.
Skipping upload for missing file '.../build/publications/maven/pom-default.xml'.

BUILD SUCCESSFUL

from bintray-release.

methodus avatar methodus commented on July 22, 2024

I have the same issue. How do I fix that?

from bintray-release.

h3clikejava avatar h3clikejava commented on July 22, 2024

I have the same issue........How can i do ......

from bintray-release.

oizo avatar oizo commented on July 22, 2024

@h3clikejava i had the same issue when running the script from Android Studio GUI, but running the script via commandline with this ./gradlew bintrayUpload command seems to work

from bintray-release.

nanako889 avatar nanako889 commented on July 22, 2024

I have the same issue.
do you guys find a way to fix it?

from bintray-release.

xrigau avatar xrigau commented on July 22, 2024

as @oizo mentioned it should work well if you run ./gradlew bintrayUpload from the command line in a terminal, we currently don't support running it from Android Studio

from bintray-release.

chenhui3014 avatar chenhui3014 commented on July 22, 2024

How to solve this problem?

from bintray-release.

suwhs avatar suwhs commented on July 22, 2024

it should work well if you run ./gradlew bintrayUpload

no, it does not work. Missing sources and javadoc jars

from bintray-release.

xrigau avatar xrigau commented on July 22, 2024

Ok reopening

from bintray-release.

kkmike999 avatar kkmike999 commented on July 22, 2024

you should see #90 and #96

from bintray-release.

blundell avatar blundell commented on July 22, 2024

fixed via the above linked PRs

from bintray-release.

Related Issues (20)

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.