Replace licenser with spotless (#3914)

This commit is contained in:
Alexander Brandes
2023-01-08 23:16:40 +01:00
committed by GitHub
parent 339ca8e30f
commit becd8c4eaf
3 changed files with 28 additions and 26 deletions

View File

@ -21,7 +21,7 @@ http4j = "1.3"
# Gradle plugins
shadow = "7.1.2"
grgit = "4.1.1"
licenser = "0.6.1"
spotless = "6.12.1"
nexus = "1.1.0"
[libraries]
@ -49,5 +49,5 @@ http4j = { group = "com.intellectualsites.http", name = "HTTP4J", version.ref =
[plugins]
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }
grgit = { id = "org.ajoberstar.grgit", version.ref = "grgit" }
licenser = { id = "org.cadixdev.licenser", version.ref = "licenser" }
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
nexus = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "nexus" }