Giter VIP home page Giter VIP logo

Comments (5)

n0mer avatar n0mer commented on July 26, 2024

@balteo , can you please elaborate on why do you think that there is a bug in plugin and the issue is not heroku-specific?

looks like some repository is not found

from gradle-git-properties.

balteo avatar balteo commented on July 26, 2024

Hello Nikolay,
Indeed. I checked with them and the repository is not present. Hence the
issue. Can you close the issue please?
Regards,
Julien.

2016-03-14 3:33 GMT+01:00 Nikolay Gorylenko [email protected]:

@balteo https://github.com/balteo , can you please elaborate on why do
you think that there is a bug in plugin and the issue is not
heroku-specific?

looks like some repository is not found


Reply to this email directly or view it on GitHub
#10 (comment)
.

from gradle-git-properties.

n0mer avatar n0mer commented on July 26, 2024

@balteo sure - good luck with your project :)

from gradle-git-properties.

atodd-noms avatar atodd-noms commented on July 26, 2024

Some explanation of how you solved this would be helpful. I have the same problem. How did you get this working on Heroku?

from gradle-git-properties.

kurtseebauer avatar kurtseebauer commented on July 26, 2024

generateGitProperties { onlyIf { !source.isEmpty() } }
does the "trick" of not generating the git.properties file, but it seems there is no easy way to get git information in heroku builds. I asked the heroku guys and here is the response:

I'm afraid there's not an easy workaround I can think of - Heroku deploys remove the .git folder early on in the build process which makes it difficult to use git based tools. One alternative would be to extract the git properties on your local machine as part of your deploy process and add them to the repo at that point.

Another (more complicated) option would be to clone the repository to the dyno in a separate folder as part of the build process. You might be able to use https://github.com/weibeld/heroku-buildpack-run for this.

Let me know if you have any further questions.

from gradle-git-properties.

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.