Skip to content

Commit

Permalink
Don't exclude com/demo/*
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jan 10, 2024
1 parent ca35bc8 commit 40720ae
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 @@ -112,7 +112,7 @@ jar {
enabled = true
archiveClassifier.set('')
includeEmptyDirs = false
exclude 'com/demo/**', 'gsp_**', 'gsp/**'
exclude 'gsp_**', 'gsp/**'
}

publishing {
Expand Down

0 comments on commit 40720ae

Please sign in to comment.