mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 05:30:55 +00:00
Gradle: Utilize Gradle plugin creation DSL.
This commit is contained in:
@ -5,7 +5,7 @@ import java.io.FileWriter
|
||||
|
||||
plugins {
|
||||
java
|
||||
id("foundation-gradle")
|
||||
id("cloud.kubelet.foundation.gradle")
|
||||
}
|
||||
|
||||
fun Project.isFoundationPlugin() = name.startsWith("foundation-")
|
||||
|
Reference in New Issue
Block a user