Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Branch specification being ignored #30

Open
DennisHeimbigner opened this issue Jan 21, 2023 · 0 comments
Open

Branch specification being ignored #30

DennisHeimbigner opened this issue Jan 21, 2023 · 0 comments

Comments

@DennisHeimbigner
Copy link

DennisHeimbigner commented Jan 21, 2023

I have the following at the beginning of my settings.gradle:

plugins {
  id 'me.champeau.includegit' version '0.1.5'
}
gitRepositories {
  include('netcdf-java') {
    uri = 'https://github.com/DennisHeimbigner/netcdf-java.git'
    branch = 'dap4fixes1.tmp'
  }
}

It is properly downloading and building the netcdf-java repo,
but it is ignoring the branch specification.
Is there something obvious that I did wrong?
p.s. I am using gradle 6.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant