Rewrite based on code from the GitHub Dependency Graph Gradle Plugin

This commit is contained in:
Tad Fisher
2023-10-06 16:01:15 -07:00
parent 68327d0c5d
commit 00f8deb8f2
151 changed files with 6425 additions and 3491 deletions

View File

@@ -1,15 +0,0 @@
subprojects {
apply plugin: 'java'
}
project(':child-a') {
dependencies {
implementation project(':child-b')
}
}
project(':child-b') {
dependencies {
implementation project(':child-c')
}
}

View File

@@ -1 +0,0 @@
include ':child-a', ':child-b', ':child-c', ':child-d'

View File

@@ -4,10 +4,10 @@ plugins {
allprojects {
repositories {
jcenter()
mavenCentral()
}
}
dependencies {
testImplementation 'junit:junit:4.12'
}
}

View File

@@ -4,7 +4,7 @@ plugins {
allprojects {
repositories {
jcenter()
mavenCentral()
}
}

View File

@@ -1,3 +1,4 @@
plugins {
java
}

View File

@@ -1,3 +1,4 @@
plugins {
java
}