Giter Club home page Giter Club logo

Comments (6)

blundell avatar blundell commented on August 24, 2024

stacktrace?

from bintray-release.

HugoGresse avatar HugoGresse commented on August 24, 2024
/Users/hugogresse/Documents/Dev/../Constants.java:9: error: cannot find symbol
    public static final String SDK_VERSION = BuildConfig.VERSION_NAME;
                                             ^
  symbol:   variable BuildConfig
  location: class Constants

I'm searching for writing my own AndroidArtifacts to have :

task androidJavadocs(type: Javadoc) {
    // add this line
    failOnError false
    source = android.sourceSets.main.allJava
}

but not sure I will achieve this.

from bintray-release.

blundell avatar blundell commented on August 24, 2024

hmm so your project is multi module? could you give some more details on the project setup and/or recreation steps

from bintray-release.

HugoGresse avatar HugoGresse commented on August 24, 2024

It's an Android library using 3 jar lib (exoplayer builded by me, common-io and renderscriptv8). The android library in an SDK. It's probably not related to your plugins. The project contains some configuration but it's all prety basics.

Are you sure there is no way to add failOnError ? Or exclude javadoc for release ?

from bintray-release.

xrigau avatar xrigau commented on August 24, 2024

@HugoGresse I think as a temporary fix it might be possible to use your own Artifacts class. I've written something here (I haven't been able to test it so I'm not 100% sure it works) #24 (comment)

from bintray-release.

ouchadam avatar ouchadam commented on August 24, 2024

the root problem has been fixed in 0.2.10 (library classpath missing from the javadoc classpath), if you feel that a failOnError would still be beneficial please open a new issue 👍

as for excluding, there's always the possibility of excluding the task as of 0.2.10 -x mavenAndroidJavaDoc

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.