mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 00:07:12 -07:00
Comment tweaks
This commit is contained in:
parent
af6525acfa
commit
317e77bfd1
1 changed files with 1 additions and 1 deletions
|
@ -1433,7 +1433,7 @@ public class BaseProject extends BuildExecutor {
|
|||
var dir_abs = libProvidedDirectory().getAbsoluteFile();
|
||||
var jar_files = FileUtils.getFileList(dir_abs, INCLUDED_JARS, EXCLUDED_JARS);
|
||||
|
||||
// build the compilation classpath
|
||||
// build the provided classpath
|
||||
var classpath = new ArrayList<>(jar_files.stream().map(file -> new File(dir_abs, file)).toList());
|
||||
addLocalDependencies(classpath, Scope.provided);
|
||||
return classpath;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue