GithubHelp home page GithubHelp logo

Error:No such property: ossrhUsername for class: org.gradle.api.publication.maven.internal.ant.DefaultGroovyMavenDeployer about android-flowlayout HOT 5 CLOSED

apmem avatar apmem commented on August 20, 2024
Error:No such property: ossrhUsername for class: org.gradle.api.publication.maven.internal.ant.DefaultGroovyMavenDeployer

from android-flowlayout.

Comments (5)

yrom avatar yrom commented on August 20, 2024 1

you have not define these property: ossrhUsername and ossrhPassword

a simple fix is at maven_push.gradle line 13, call hasProperty() first

authentication(userName: hasProperty('ossrhUsername')?ossrhUsername:'', password: hasProperty('ossrhPassword')?ossrhPassword:'')

same as line 17

from android-flowlayout.

ApmeM avatar ApmeM commented on August 20, 2024

I have added your solution to the repository.

from android-flowlayout.

vans88 avatar vans88 commented on August 20, 2024

when I replace " authentication(userName: ossrhUsername, password: ossrhPassword)" ---,osdetector-gradle-plugin/build.gradle line num:83-----with the above content . I am getting the following error:

:signArchives (Thread[main,5,main]) completed. Took 0.234 secs.

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':signArchives'.

    Cannot perform signing task ':signArchives' because it has no configured signatory

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.

BUILD FAILED

Total time: 2 mins 9.619 secs

from android-flowlayout.

prankkelkar avatar prankkelkar commented on August 20, 2024

when I replace " authentication(userName: ossrhUsername, password: ossrhPassword)" ---,osdetector-gradle-plugin/build.gradle line num:83-----with the above content . I am getting the following error:

:signArchives (Thread[main,5,main]) completed. Took 0.234 secs.

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':signArchives'.

    Cannot perform signing task ':signArchives' because it has no configured signatory

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.

BUILD FAILED

Total time: 2 mins 9.619 secs

Even i am facing same issue. Any help would be appreciated.

from android-flowlayout.

prankkelkar avatar prankkelkar commented on August 20, 2024

@vans88 Try this instead SudoPlayGames/Joise#7 (comment)

from android-flowlayout.

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.