Skip to content

Commit

Permalink
Fix up META-INF
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 committed Jan 8, 2022
1 parent 758bdb1 commit 74f9a11
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -56,7 +56,7 @@ configurations {
tasks {
processResources {
// Apply properties to extension.json
filesMatching("extension.json") {
filesMatching("META-INF/extension.json") {
expand(project.properties)
}
}
Expand Down
File renamed without changes.

0 comments on commit 74f9a11

Please sign in to comment.