api / org.gradle.api.tasks.bundling / War / classpath

classpath

open fun classpath(vararg classpath: Any): Unit

Adds files to the classpath to include in the WAR archive.

Parameters

classpath - The files to add. These are evaluated as per org.gradle.api.Project#files(Object...)