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,4 +1,4 @@
plugins {
`java-library`
id("com.example.custom-spotless")
}
id("com.example.apply-plugin-publish")
}

View File

@@ -3,10 +3,9 @@ plugins {
}
repositories {
jcenter()
gradlePluginPortal()
}
dependencies {
implementation("com.diffplug.spotless:spotless-plugin-gradle:3.28.1")
implementation("com.gradle.publish:plugin-publish-plugin:1.2.1")
}

View File

@@ -0,0 +1,5 @@
package com.example
plugins {
id("com.gradle.plugin-publish")
}

View File

@@ -1,11 +0,0 @@
package com.example
plugins {
com.diffplug.gradle.spotless
}
spotless {
kotlin {
ktlint()
}
}