Skip to content

Commit

Permalink
consistent quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Jul 25, 2024
1 parent 30edb87 commit 17b3df5
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 @@ -39,7 +39,7 @@ processResources {
]

inputs.properties(map)
filesMatching('*.mod.json') { expand(map) }
filesMatching("*.mod.json") { expand(map) }
}

tasks.withType(JavaCompile).configureEach {
Expand Down

0 comments on commit 17b3df5

Please sign in to comment.