Skip to content

Commit

Permalink
Fix typo in formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LWogan committed Jul 20, 2022
1 parent 9ffc24a commit 64fa0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ tasks {
bundle {
bnd(
"""
Automatic-Module-Name: \${'$'}{otelJava.moduleName.get()} \n
Automatic-Module-Name: \${otelJava.moduleName.get()} \n
Built-By: \${System.getProperty("user.name")} \n
Built-JDK: \${System.getProperty("java.version")} \n
Implementation-Title: \${project.name} \n
Expand Down

0 comments on commit 64fa0c5

Please sign in to comment.