Skip to content

Commit

Permalink
Don't exclude .gitignore from copy to standalone tool (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Sep 21, 2024
1 parent 8feb3c8 commit abc215a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import org.apache.tools.ant.DirectoryScanner

pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
}
}

DirectoryScanner.removeDefaultExclude('**/.gitignore')

0 comments on commit abc215a

Please sign in to comment.