You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I have the following at the beginning of my settings.gradle:
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
The text was updated successfully, but these errors were encountered: