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

@@ -8,4 +8,4 @@ repositories {
dependencies {
implementation("com.badlogicgames.gdx:gdx-platform:1.9.9:natives-desktop")
}
}

View File

@@ -3,10 +3,10 @@ plugins {
}
repositories {
maven { url = uri("http://localhost:9999") }
maven { url = uri(System.getProperty("org.nixos.gradle2nix.m2")) }
}
dependencies {
implementation(platform("io.micrometer:micrometer-bom:1.5.1"))
implementation("io.micrometer:micrometer-core")
}
}

View File

@@ -3,9 +3,9 @@ plugins {
}
repositories {
maven { url = uri("http://localhost:9999") }
maven { url = uri(System.getProperty("org.nixos.gradle2nix.m2")) }
}
dependencies {
implementation "org.apache:test-SNAPSHOT1:2.0.2-SNAPSHOT"
}
}

View File

@@ -1,9 +1,10 @@
plugins {
java
}
repositories {
maven { url = uri("http://localhost:9999") }
maven { url = uri(System.getProperty("org.nixos.gradle2nix.m2")) }
}
dependencies {

View File

@@ -3,10 +3,9 @@ plugins {
}
repositories {
jcenter()
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.anuken:packr:-SNAPSHOT'
}
}

View File

@@ -3,9 +3,9 @@ plugins {
}
repositories {
maven { url = uri("http://localhost:9999") }
maven { url = uri("file:/../../../../") }
}
dependencies {
implementation "org.apache:test-SNAPSHOT2:2.0.2-SNAPSHOT"
}
}

View File

@@ -1,9 +1,10 @@
plugins {
java
}
repositories {
maven { url = uri("http://localhost:9999") }
maven { url = uri(System.getProperty("org.nixos.gradle2nix.m2")) }
}
dependencies {