Skip to content
Snippets Groups Projects

commented out sections dependency

1 file
+ 11
11
Compare changes
  • Side-by-side
  • Inline
+ 11
11
plugins {
id "com.alexvasilkov.git-dependencies" version "2.0.1"
}
rootProject.name = 'nshmp-lib'
git {
fetch ("git@code.usgs.gov:ghsc/nshmp/nshm-fault-sections.git", {
tag "v0.1"
})
}
/*
plugins {
id "com.alexvasilkov.git-dependencies" version "2.0.1"
}
rootProject.name = 'nshmp-lib'
git {
fetch ("git@code.usgs.gov:ghsc/nshmp/nshm-fault-sections.git", {
tag "v0.1"
})
}
*/
Loading