Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit fa8125c

Browse files
committed
Move extension.json
1 parent c169f07 commit fa8125c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ configurations {
5757
tasks {
5858
processResources {
5959
// Apply properties to extension.json
60-
filesMatching("extension.json") {
60+
filesMatching("META-INF/extension.json") {
6161
expand(project.properties)
6262
}
6363
}

0 commit comments

Comments
 (0)