Skip to content

Commit

Permalink
added sourceSet
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidanio committed Oct 1, 2024
1 parent 94322cb commit ec0242e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ intellijPlatform {
sinceBuild = providers.gradleProperty("pluginSinceBuild")
untilBuild = providers.gradleProperty("pluginUntilBuild")
}

sourceSets {
test {
resources {
srcDir(listOf("src/test/fixtures"))
}
}
}
}

pluginVerification {
Expand Down

0 comments on commit ec0242e

Please sign in to comment.