Skip to content

Commit

Permalink
Exclude plugin.xml from JarTask of hasGrazie feature
Browse files Browse the repository at this point in the history
  • Loading branch information
pderakhshanfar committed Oct 16, 2024
1 parent 5c7d59a commit ed7fcf9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ if (spaceCredentialsProvided()) {
dependsOn("checkCredentials")
}

tasks.named<Jar>(hasGrazieAccess.jarTaskName) {
exclude("**/plugin.xml")
}

// add build of new source set as the part of UI testing
tasks.prepareTestSandbox.configure {
dependsOn(hasGrazieAccess.jarTaskName)
Expand Down

0 comments on commit ed7fcf9

Please sign in to comment.