Skip to content

Commit

Permalink
chore: Gradle publishing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Dec 22, 2023
1 parent 651c657 commit 2515ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ gradlePlugin {
displayName = 'Gradle scalafmt plugin'
description = 'Gradle plugin to apply scalafmt (Scala linting tool)'
implementationClass = 'cz.augi.gradle.scalafmt.ScalafmtPlugin'
tags.set(['gradle', 'scala', 'scalafmt'])
tags.set(['scala', 'scalafmt'])
}
}
}
Expand Down

0 comments on commit 2515ffa

Please sign in to comment.