Skip to content

Commit

Permalink
build: remove work-around for script-level classes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Jan 13, 2025
1 parent 06d51ee commit 1353aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
group = "org.danilopianini"
description = "A Gradle plugin enforcing pre-commit and commit-msg Git hooks configuration. Conventional-commits-ready."

inner class ProjectInfo {
class ProjectInfo {
val longName = "Gradle pre-commit Git Hooks"
val website = "https://github.com/DanySK/$name"
val vcsUrl = "$website.git"
Expand Down

0 comments on commit 1353aac

Please sign in to comment.