Skip to content

Commit 1032cb4

Browse files
committed
build.gradle.kts: remove unnecessary backticks
1 parent c003869 commit 1032cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plugins {
44
`java-library` // to build JVM libraries
55
`maven-publish` // to publish artifacts to Maven repositories
6-
`signing` // to sign artifacts for publication
6+
signing // to sign artifacts for publication
77
}
88

99
val group = "com.github.stephengold"

0 commit comments

Comments
 (0)