Skip to content

Commit

Permalink
Merge pull request #901 from hazendaz/next-master-api
Browse files Browse the repository at this point in the history
Remove scripts as deprecated and not known to be used.
hazendaz authored Oct 20, 2024

Verified

This commit was signed with the committer’s verified signature.
jsirois John Sirois
2 parents d6413ac + 98d1fb8 commit 8b5b323
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 8b5b323

Please sign in to comment.