Giter VIP home page Giter VIP logo

Comments (10)

jesperronn avatar jesperronn commented on July 26, 2024

I ran into this same issue for a project with submodules, and I simply cannot build or test any subproject with the gradle-git-properties dependency. Very annoying.

Since maintainers did not respond (yet), maybe you can attempt to make a pull request, @Plaputta ?

from gradle-git-properties.

edubkn avatar edubkn commented on July 26, 2024

@Plaputta @jesperronn Were you guys able to sort this out?

from gradle-git-properties.

soxsten avatar soxsten commented on July 26, 2024

I have the same problem.
The .git folder of submodule base here - ../../.git/modules/hri-backend/modules/user-service
But when I try:
gitRepositoryRoot = new File("${project.rootProject.rootDir}../../.git/modules/hri-backend/modules/user-service")

I get:
org.eclipse.jgit.errors.RepositoryNotFoundException: repository not f
ound: C:\IdeaProjects\hri\hri-backend\user-service.git

And I can't understand - why it try to find .git folder at C:\IdeaProjects\hri\hri-backend\user-service.git

P.S. When I try to get path and print it:
println new File("${project.rootProject.rootDir}/../../.git/modules/hri-backend/modules/user-service").getPath()

And result:
image

from gradle-git-properties.

tha2015 avatar tha2015 commented on July 26, 2024

@soxsten The current version of the plugin doesn't support git modules. I'm submitting PR #59 to support detecting .git files for git modules

from gradle-git-properties.

soxsten avatar soxsten commented on July 26, 2024

@tha2015
Well... Thank you for the fast respose.
How quickly will you realize this feature?

from gradle-git-properties.

tha2015 avatar tha2015 commented on July 26, 2024

Feature is implemented in PR #59 and is ready to be reviewed by @n0mer .
We will have to wait for @n0mer to merge it into the main branch and release it in the next version of the plugin.

from gradle-git-properties.

n0mer avatar n0mer commented on July 26, 2024

@soxsten are you willing to try this feature once it's released?

I'm going to publish new 1.4.22 version soon, once #52 regression is fixed.

Just wondering - do you guys @soxsten @tha2015 use java 8?

from gradle-git-properties.

tha2015 avatar tha2015 commented on July 26, 2024

I'm using Java 8 (with Gradle) for my everyday job. But I'm also using Java 6 when fixing bugs for an old branch (which is built by Ant, not Gradle).
I guess people using Java 6 not likely build with Gradle. So it might be OK to stop supporting Java versions < 8.

from gradle-git-properties.

soxsten avatar soxsten commented on July 26, 2024

@n0mer
Yes I will. It's very interesting for me. I can wait a bit.
P.S. I use Java 8 with Gradle too.
P.P.S. I'll be very appreciate if you notify me when you realize it

from gradle-git-properties.

tha2015 avatar tha2015 commented on July 26, 2024

Code merged. Should be fixed in next version 1.4.22

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.