Skip to content

Commit

Permalink
Remove scripts as deprecated and not known to be used.
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Oct 20, 2024
1 parent d6413ac commit 98d1fb8
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 98d1fb8

Please sign in to comment.