Skip to content

Commit

Permalink
Don't exclude .giticnore from copy to standalone tool
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Sep 18, 2024
1 parent 8feb3c8 commit e0a8c31
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 e0a8c31

Please sign in to comment.