mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 11:36:11 +01:00
9 lines
241 B
Groovy
9 lines
241 B
Groovy
initscript {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
dependencies {
|
|
classpath "org.gradle:github-dependency-graph-gradle-plugin:+"
|
|
}
|
|
}
|
|
apply plugin: org.gradle.dependencygraph.simple.SimpleDependencyGraphPlugin
|