Versions Gradle plugin for dependency reports.

This commit is contained in:
Alex Zenla 2023-02-05 21:25:10 -08:00
parent 1b7a481d9d
commit ee6d3b37c0
Signed by: alex
GPG Key ID: C0780728420EBFE5

View File

@ -5,6 +5,8 @@ plugins {
id("gay.pizza.foundation.concrete-root") version "0.8.0"
id("gay.pizza.foundation.concrete-library") version "0.8.0" apply false
id("gay.pizza.foundation.concrete-plugin") version "0.8.0" apply false
id("com.github.ben-manes.versions") version "0.45.0"
}
allprojects {