Skip to content

Commit

Permalink
Merge pull request #900 from hazendaz/site
Browse files Browse the repository at this point in the history
Remove scripts as deprecated and not known to be used.
  • Loading branch information
hazendaz authored Oct 20, 2024
2 parents d6413ac + 98d1fb8 commit 41a65d0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ class SourceFileIndexer {
scanDirectory(new File(sourceRoot), allSourceFiles, basePath)
}

for (String sourceRoot in session.getCurrentProject().getScriptSourceRoots()) {
scanDirectory(new File(sourceRoot), allSourceFiles, basePath)
}

//While not perfect, add the following paths will add basic support for Kotlin and Groovy
scanDirectory(new File(session.getCurrentProject().getBasedir(),"src/main/webapp"), allSourceFiles, basePath)
scanDirectory(new File(session.getCurrentProject().getBasedir(),"src/main/groovy"), allSourceFiles, basePath)
Expand Down

0 comments on commit 41a65d0

Please sign in to comment.