Skip to content

Commit

Permalink
Excludes demo classes in plugin jar
Browse files Browse the repository at this point in the history
Closes gh-37
  • Loading branch information
rainboyan committed Jan 1, 2025
1 parent 36d74e8 commit 3d59ab3
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 @@ -138,7 +138,7 @@ jar {
enabled = true
archiveClassifier.set('plugin')
includeEmptyDirs = false
exclude 'gsp_**', 'gsp/**'
exclude 'gsp_**', 'gsp/**', 'cache/Application.class', 'com/demo/*.class'
}

publishing {
Expand Down

0 comments on commit 3d59ab3

Please sign in to comment.